patch-2.1.86 linux/drivers/net/hydra.c
Next file: linux/drivers/net/ibmtr.c
Previous file: linux/drivers/net/hp100.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Tue Feb 10 12:56:44 1998
-  Orig file: 
v2.1.85/linux/drivers/net/hydra.c
-  Orig date: 
Sat Nov 29 10:33:19 1997
diff -u --recursive --new-file v2.1.85/linux/drivers/net/hydra.c linux/drivers/net/hydra.c
@@ -500,7 +500,7 @@
 	/* clear the unused space */
 	for(; len1<len; len1++)
 		(u16)*(priv->hydra_base + (priv->tx_page_start<<8) + len1) = 0;
-	dev_kfree_skb(skb, FREE_WRITE);
+	dev_kfree_skb(skb);
 
 	priv->stats.tx_packets++;
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov