--- linux-2.5.53/drivers/scsi/NCR5380.c Tue Dec 10 13:41:29 2002
+++ linux-m68k-2.5.53/drivers/scsi/NCR5380.c Sun Dec 1 21:45:41 2002
@@ -2489,8 +2489,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);
}
Gr{oetje,eeting}s,
Geert
-- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.orgIn personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/