aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sg.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/sg.c')
-rw-r--r--drivers/scsi/sg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/sg.c b/drivers/scsi/sg.c
index 55cbc6689d27..2fe2701d86db 100644
--- a/drivers/scsi/sg.c
+++ b/drivers/scsi/sg.c
@@ -1365,7 +1365,7 @@ sg_rq_end_io(struct request *rq, int uptodate)
1365 if ((sdp->sgdebug > 0) && 1365 if ((sdp->sgdebug > 0) &&
1366 ((CHECK_CONDITION == srp->header.masked_status) || 1366 ((CHECK_CONDITION == srp->header.masked_status) ||
1367 (COMMAND_TERMINATED == srp->header.masked_status))) 1367 (COMMAND_TERMINATED == srp->header.masked_status)))
1368 __scsi_print_sense(__func__, sense, 1368 __scsi_print_sense(sdp->device, __func__, sense,
1369 SCSI_SENSE_BUFFERSIZE); 1369 SCSI_SENSE_BUFFERSIZE);
1370 1370
1371 /* Following if statement is a patch supplied by Eric Youngdale */ 1371 /* Following if statement is a patch supplied by Eric Youngdale */