patch-2.1.86 linux/drivers/net/ipddp.c

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

diff -u --recursive --new-file v2.1.85/linux/drivers/net/ipddp.c linux/drivers/net/ipddp.c
@@ -170,7 +170,7 @@
         ((struct net_device_stats *) dev->priv)->tx_bytes+=skb->len;
 
         if(aarp_send_ddp(skb->dev, skb, at, NULL) < 0)
-                dev_kfree_skb(skb,FREE_WRITE);
+                dev_kfree_skb(skb);
 
         return 0;
 }

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