patch-1.3.47 linux/drivers/scsi/aha152x.c

Next file: linux/drivers/scsi/constants.c
Previous file: linux/drivers/net/wd.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.46/linux/drivers/scsi/aha152x.c linux/drivers/scsi/aha152x.c
@@ -918,7 +918,7 @@
 
       ptr->host_scribble = NULL;
       ptr->result = DID_ABORT << 16;
-      ptr->done(ptr);
+      ptr->scsi_done(ptr);
       return SCSI_ABORT_SUCCESS;
     }
 
@@ -942,7 +942,7 @@
     /* target entered bus free before COMMAND COMPLETE, nothing to abort */
     restore_flags(flags);
     current_SC->result = DID_ERROR << 16;
-    current_SC->done(current_SC);
+    current_SC->scsi_done(current_SC);
     current_SC = (Scsi_Cmnd *) NULL;
     return SCSI_ABORT_SUCCESS;
   }
@@ -1063,7 +1063,7 @@
 	 {
 	   current_SC->host_scribble = NULL;
 	   current_SC->result = DID_RESET << 16;
-	   current_SC->done(current_SC);
+	   current_SC->scsi_done(current_SC);
 	   current_SC=NULL;
 	 }
 
@@ -1083,7 +1083,7 @@
   
 	       ptr->host_scribble = NULL;
 	       ptr->result        = DID_RESET << 16;
-	       ptr->done(ptr);
+	       ptr->scsi_done(ptr);
   
 	       ptr = next; 
 	     }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this