patch-2.4.21 linux-2.4.21/drivers/scsi/NCR5380.c
Next file: linux-2.4.21/drivers/scsi/aacraid/aachba.c
Previous file: linux-2.4.21/drivers/scsi/Makefile
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
2003-06-13 07:51:36.000000000 -0700
- Orig file:
linux-2.4.20/drivers/scsi/NCR5380.c
- Orig date:
2002-02-25 11:38:04.000000000 -0800
diff -urN linux-2.4.20/drivers/scsi/NCR5380.c linux-2.4.21/drivers/scsi/NCR5380.c
@@ -2460,8 +2460,9 @@
hostdata->issue_queue;
hostdata->issue_queue = (Scsi_Cmnd *) cmd;
dprintk(NDEBUG_QUEUES, ("scsi%d : REQUEST SENSE added to head of issue queue\n", instance->host_no));
- } else {
+ } else
#endif /* def AUTOSENSE */
+ {
collect_stats(hostdata, cmd);
cmd->scsi_done(cmd);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)