patch-1.3.70 linux/drivers/block/floppy.c
Next file: linux/drivers/block/genhd.c
Previous file: linux/drivers/block/dtc2278.c
Back to the patch index
Back to the overall index
-  Lines: 17
 -  Date:
Fri Mar  1 07:50:39 1996
 -  Orig file: 
v1.3.69/linux/drivers/block/floppy.c
 -  Orig date: 
Sat Feb 17 16:02:46 1996
 
diff -u --recursive --new-file v1.3.69/linux/drivers/block/floppy.c linux/drivers/block/floppy.c
@@ -1586,7 +1586,7 @@
 { 0, 0, (void *) (void *) unexpected_floppy_interrupt, 0 };
 
 /* interrupt handler */
-static void floppy_interrupt(int irq, struct pt_regs * regs)
+static void floppy_interrupt(int irq, void *dev_id, struct pt_regs * regs)
 {
 	void (*handler)(void) = DEVICE_INTR;
 
@@ -2085,6 +2085,7 @@
 		DPRINT("request list destroyed in floppy request done\n");
 		return;
 	}
+
 	if (uptodate){
 		/* maintain values for invalidation on geometry
 		 * change */
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