patch-2.2.6 linux/drivers/scsi/wd33c93.c

Next file: linux/drivers/sound/ad1848.c
Previous file: linux/drivers/scsi/sym53c8xx_defs.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.5/linux/drivers/scsi/wd33c93.c linux/drivers/scsi/wd33c93.c
@@ -1457,6 +1457,8 @@
       if (tmp == cmd) {
          if (prev)
             prev->host_scribble = cmd->host_scribble;
+	 else
+            hostdata->input_Q = (Scsi_Cmnd *)cmd->host_scribble;
          cmd->host_scribble = NULL;
          cmd->result = DID_ABORT << 16;
          printk("scsi%d: Abort - removing command %ld from input_Q. ",

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)