aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aha1542.c
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@pobox.com>2005-10-24 18:04:36 -0400
committerJames Bottomley <jejb@mulgrave.(none)>2005-10-28 22:04:15 -0400
commit017560fca496f72ed9dd734ffde63ce39dfe0411 (patch)
treee63ae9a28fc179e715eda32f12aaec4ca752651b /drivers/scsi/aha1542.c
parent3bf743e7c891d8be8295650b7a6a9b5af083b096 (diff)
[SCSI] use sfoo_printk() in drivers
Rejections fixed up and Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/aha1542.c')
-rw-r--r--drivers/scsi/aha1542.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/aha1542.c b/drivers/scsi/aha1542.c
index 9ec4641a6348..adda750412f2 100644
--- a/drivers/scsi/aha1542.c
+++ b/drivers/scsi/aha1542.c
@@ -1405,7 +1405,8 @@ static int aha1542_dev_reset(Scsi_Cmnd * SCpnt)
1405 */ 1405 */
1406 aha1542_out(SCpnt->device->host->io_port, &ahacmd, 1); 1406 aha1542_out(SCpnt->device->host->io_port, &ahacmd, 1);
1407 1407
1408 printk(KERN_WARNING "aha1542.c: Trying device reset for target %d\n", SCpnt->device->id); 1408 scmd_printk(KERN_WARNING, SCpnt,
1409 "Trying device reset for target\n");
1409 1410
1410 return SUCCESS; 1411 return SUCCESS;
1411 1412