patch-2.4.6 linux/drivers/scsi/aha152x.c
Next file: linux/drivers/scsi/aic7xxx_old.c
Previous file: linux/drivers/scsi/NCR53c406a.c
Back to the patch index
Back to the overall index
- Lines: 33
- Date:
Wed Jun 27 17:10:55 2001
- Orig file:
v2.4.5/linux/drivers/scsi/aha152x.c
- Orig date:
Tue Mar 6 19:44:37 2001
diff -u --recursive --new-file v2.4.5/linux/drivers/scsi/aha152x.c linux/drivers/scsi/aha152x.c
@@ -1998,14 +1998,14 @@
if (!HOSTDATA(shpnt)->commands)
SETPORT(PORTA, 0); /* turn led off */
- kfree(DONE_SC->host_scribble);
- DONE_SC->host_scribble=0;
-
DO_UNLOCK(flags);
DPRINTK(debug_done, DEBUG_LEAD "calling scsi_done(%p)\n", CMDINFO(DONE_SC), DONE_SC);
DONE_SC->scsi_done(DONE_SC);
DPRINTK(debug_done, DEBUG_LEAD "scsi_done(%p) returned\n", CMDINFO(DONE_SC), DONE_SC);
DO_LOCK(flags);
+
+ kfree(DONE_SC->host_scribble);
+ DONE_SC->host_scribble=0;
}
DONE_SC=0;
@@ -2872,11 +2872,11 @@
if (!ptr->device->soft_reset) {
remove_SC(&DISCONNECTED_SC, ptr);
- kfree(ptr->host_scribble);
- ptr->host_scribble=0;
-
ptr->result = DID_RESET << 16;
ptr->scsi_done(ptr);
+
+ kfree(ptr->host_scribble);
+ ptr->host_scribble=0;
}
ptr = next;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)