patch-2.1.62 linux/drivers/net/ni52.c

Next file: linux/drivers/net/ni65.c
Previous file: linux/drivers/net/net_init.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.61/linux/drivers/net/ni52.c linux/drivers/net/ni52.c
@@ -240,7 +240,7 @@
  */
 static int ni52_close(struct device *dev)
 {
-	free_irq(dev->irq, NULL);
+	free_irq(dev->irq, dev);
 
 	ni_reset586(); /* the hard way to stop the receiver */
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov