diff options
Diffstat (limited to 'drivers/scsi/scsi.c')
-rw-r--r-- | drivers/scsi/scsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/scsi.c b/drivers/scsi/scsi.c index 79c77b485a67..32eaac03cf4e 100644 --- a/drivers/scsi/scsi.c +++ b/drivers/scsi/scsi.c | |||
@@ -606,7 +606,7 @@ void scsi_log_completion(struct scsi_cmnd *cmd, int disposition) | |||
606 | scsi_print_result(cmd); | 606 | scsi_print_result(cmd); |
607 | scsi_print_command(cmd); | 607 | scsi_print_command(cmd); |
608 | if (status_byte(cmd->result) & CHECK_CONDITION) | 608 | if (status_byte(cmd->result) & CHECK_CONDITION) |
609 | scsi_print_sense("", cmd); | 609 | scsi_print_sense(cmd); |
610 | if (level > 3) | 610 | if (level > 3) |
611 | scmd_printk(KERN_INFO, cmd, | 611 | scmd_printk(KERN_INFO, cmd, |
612 | "scsi host busy %d failed %d\n", | 612 | "scsi host busy %d failed %d\n", |