patch-2.1.86 linux/drivers/net/sunlance.c
Next file: linux/drivers/net/sunqe.c
Previous file: linux/drivers/net/sunhme.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Feb 10 12:56:45 1998
- Orig file:
v2.1.85/linux/drivers/net/sunlance.c
- Orig date:
Mon Jan 12 15:28:18 1998
diff -u --recursive --new-file v2.1.85/linux/drivers/net/sunlance.c linux/drivers/net/sunlance.c
@@ -870,7 +870,7 @@
/* Kick the lance: transmit now */
ll->rdp = LE_C0_INEA | LE_C0_TDMD;
dev->trans_start = jiffies;
- dev_kfree_skb (skb, FREE_WRITE);
+ dev_kfree_skb (skb);
if (TX_BUFFS_AVAIL)
dev->tbusy = 0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov