patch-2.3.11 linux/drivers/net/rtl8139.c
Next file: linux/drivers/nubus/nubus.c
Previous file: linux/drivers/net/rcpci45.c
Back to the patch index
Back to the overall index
-  Lines: 8
-  Date:
Wed Jul 14 10:18:12 1999
-  Orig file: 
v2.3.10/linux/drivers/net/rtl8139.c
-  Orig date: 
Thu Jul  8 15:42:20 1999
diff -u --recursive --new-file v2.3.10/linux/drivers/net/rtl8139.c linux/drivers/net/rtl8139.c
@@ -680,6 +680,7 @@
 	tp->tx_bufs = kmalloc(TX_BUF_SIZE * NUM_TX_DESC, GFP_KERNEL);
 	tp->rx_ring = kmalloc(RX_BUF_LEN + 16, GFP_KERNEL);
 	if (tp->tx_bufs == NULL ||  tp->rx_ring == NULL) {
+		free_irq(dev->irq, dev);
 		if (tp->tx_bufs)
 			kfree(tp->tx_bufs);
 		if (rtl8129_debug > 0)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)