aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/scsi_lib.c')
-rw-r--r--drivers/scsi/scsi_lib.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/scsi/scsi_lib.c b/drivers/scsi/scsi_lib.c
index 94d82cb96626..86fd3abe731a 100644
--- a/drivers/scsi/scsi_lib.c
+++ b/drivers/scsi/scsi_lib.c
@@ -944,11 +944,11 @@ void scsi_io_completion(struct scsi_cmnd *cmd, unsigned int good_bytes)
944 break; 944 break;
945 } 945 }
946 } 946 }
947 if (!(req->cmd_flags & REQ_QUIET)) { 947 if (!(req->cmd_flags & REQ_QUIET))
948 scmd_printk(KERN_INFO, cmd, 948 scsi_cmd_print_sense_hdr(cmd,
949 "Device not ready: "); 949 "Device not ready",
950 scsi_print_sense_hdr("", &sshdr); 950 &sshdr);
951 } 951
952 scsi_end_request(cmd, 0, this_count, 1); 952 scsi_end_request(cmd, 0, this_count, 1);
953 return; 953 return;
954 case VOLUME_OVERFLOW: 954 case VOLUME_OVERFLOW: