diff options
Diffstat (limited to 'drivers/scsi/scsi.c')
-rw-r--r-- | drivers/scsi/scsi.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/scsi/scsi.c b/drivers/scsi/scsi.c index 071d109b4b2a..0be60bba58d3 100644 --- a/drivers/scsi/scsi.c +++ b/drivers/scsi/scsi.c | |||
@@ -889,8 +889,9 @@ void scsi_finish_command(struct scsi_cmnd *cmd) | |||
889 | if (SCSI_SENSE_VALID(cmd)) | 889 | if (SCSI_SENSE_VALID(cmd)) |
890 | cmd->result |= (DRIVER_SENSE << 24); | 890 | cmd->result |= (DRIVER_SENSE << 24); |
891 | 891 | ||
892 | SCSI_LOG_MLCOMPLETE(4, printk("Notifying upper driver of completion " | 892 | SCSI_LOG_MLCOMPLETE(4, sdev_printk(KERN_INFO, sdev, |
893 | "for device %d %x\n", sdev->id, cmd->result)); | 893 | "Notifying upper driver of completion " |
894 | "(result %x)\n", cmd->result)); | ||
894 | 895 | ||
895 | /* | 896 | /* |
896 | * We can get here with use_sg=0, causing a panic in the upper level | 897 | * We can get here with use_sg=0, causing a panic in the upper level |