patch-1.3.73 linux/drivers/scsi/BusLogic.c

Next file: linux/drivers/scsi/BusLogic.h
Previous file: linux/drivers/pci/pci.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.72/linux/drivers/scsi/BusLogic.c linux/drivers/scsi/BusLogic.c
@@ -1765,6 +1765,7 @@
 */
 
 static void BusLogic_InterruptHandler(int IRQ_Channel,
+				      void *DeviceIdentifier,
 				      Registers_T *InterruptRegisters)
 {
   BusLogic_CCB_T *FirstCompletedCCB = NULL, *LastCompletedCCB = NULL;
@@ -2210,7 +2211,7 @@
 	     HostAdapter->HostNumber, HostAdapter->IRQ_Channel);
       save_flags(ProcessorFlags);
       cli();
-      BusLogic_InterruptHandler(HostAdapter->IRQ_Channel, NULL);
+      BusLogic_InterruptHandler(HostAdapter->IRQ_Channel, NULL, NULL);
       restore_flags(ProcessorFlags);
       return SCSI_ABORT_SNOOZE;
     }

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