patch-2.2.19 linux/drivers/scsi/aha1740.c
Next file: linux/drivers/scsi/aic7xxx/aic7xxx.h
Previous file: linux/drivers/scsi/aha1542.c
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Sun Mar 25 11:37:35 2001
- Orig file:
v2.2.18/drivers/scsi/aha1740.c
- Orig date:
Sun Mar 25 11:13:00 2001
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.18/drivers/scsi/aha1740.c linux/drivers/scsi/aha1740.c
@@ -324,11 +324,13 @@
if(*cmd == REQUEST_SENSE)
{
+#if 0
if (bufflen != sizeof(SCpnt->sense_buffer))
{
printk("Wrong buffer length supplied for request sense (%d)\n",
bufflen);
}
+#endif
SCpnt->result = 0;
done(SCpnt);
return 0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)