patch-2.4.6 linux/drivers/scsi/sd.c
Next file: linux/drivers/scsi/sym53c416.c
Previous file: linux/drivers/scsi/scsi_syms.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Tue Jun 12 11:17:17 2001
- Orig file:
v2.4.5/linux/drivers/scsi/sd.c
- Orig date:
Fri May 25 09:54:50 2001
diff -u --recursive --new-file v2.4.5/linux/drivers/scsi/sd.c linux/drivers/scsi/sd.c
@@ -861,8 +861,7 @@
driver_byte(the_result)
);
if (driver_byte(the_result) & DRIVER_SENSE)
- printk("%s : extended sense code = %1x \n",
- nbuff, SRpnt->sr_sense_buffer[2] & 0xf);
+ print_req_sense("sd", SRpnt);
else
printk("%s : sense not available. \n", nbuff);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)