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

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

diff -u --recursive --new-file v2.1.85/linux/drivers/net/seeq8005.c linux/drivers/net/seeq8005.c
@@ -400,7 +400,7 @@
 		hardware_send_packet(dev, buf, length); 
 		dev->trans_start = jiffies;
 	}
-	dev_kfree_skb (skb, FREE_WRITE);
+	dev_kfree_skb (skb);
 
 	/* You might need to clean up and record Tx statistics here. */
 

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