diff options
Diffstat (limited to 'drivers/scsi/3w-9xxx.c')
-rw-r--r-- | drivers/scsi/3w-9xxx.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/scsi/3w-9xxx.c b/drivers/scsi/3w-9xxx.c index a748fbfb6692..d06ee65d668d 100644 --- a/drivers/scsi/3w-9xxx.c +++ b/drivers/scsi/3w-9xxx.c | |||
@@ -1732,7 +1732,9 @@ static int twa_scsi_eh_reset(struct scsi_cmnd *SCpnt) | |||
1732 | 1732 | ||
1733 | tw_dev->num_resets++; | 1733 | tw_dev->num_resets++; |
1734 | 1734 | ||
1735 | printk(KERN_WARNING "3w-9xxx: scsi%d: WARNING: (0x%02X:0x%04X): Unit #%d: Command (0x%x) timed out, resetting card.\n", tw_dev->host->host_no, TW_DRIVER, 0x2c, SCpnt->device->id, SCpnt->cmnd[0]); | 1735 | sdev_printk(KERN_WARNING, SCpnt->device, |
1736 | "WARNING: (0x%02X:0x%04X): Command (0x%x) timed out, resetting card.\n", | ||
1737 | TW_DRIVER, 0x2c, SCpnt->cmnd[0]); | ||
1736 | 1738 | ||
1737 | /* Now reset the card and some of the device extension data */ | 1739 | /* Now reset the card and some of the device extension data */ |
1738 | if (twa_reset_device_extension(tw_dev, 0)) { | 1740 | if (twa_reset_device_extension(tw_dev, 0)) { |