patch-2.1.62 linux/drivers/net/atp.c
Next file: linux/drivers/net/auto_irq.c
Previous file: linux/drivers/net/at1700.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/atp.c
- Orig date:
Sat Oct 25 02:44:15 1997
diff -u --recursive --new-file v2.1.61/linux/drivers/net/atp.c linux/drivers/net/atp.c
@@ -727,7 +727,7 @@
/* Free the IRQ line. */
outb(0x00, ioaddr + PAR_CONTROL);
- free_irq(dev->irq, NULL);
+ free_irq(dev->irq, dev);
/* Leave the hardware in a reset state. */
write_reg_high(ioaddr, CMR1, CMR1h_RESET);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov