patch-2.1.62 linux/drivers/net/fmv18x.c
Next file: linux/drivers/net/hp-plus.c
Previous file: linux/drivers/net/ewrk3.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Nov 3 09:29:30 1997
- Orig file:
v2.1.61/linux/drivers/net/fmv18x.c
- Orig date:
Sat Oct 25 02:44:16 1997
diff -u --recursive --new-file v2.1.61/linux/drivers/net/fmv18x.c linux/drivers/net/fmv18x.c
@@ -641,7 +641,7 @@
dev_fmv18x.priv = NULL;
/* If we don't do this, we can't re-insmod it later. */
- free_irq(dev_fmv18x.irq, NULL);
+ free_irq(dev_fmv18x.irq, &dev_fmv18x);
release_region(dev_fmv18x.base_addr, FMV18X_IO_EXTENT);
}
#endif /* MODULE */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov