patch-2.4.0-test5 linux/net/ethernet/pe2.c

Next file: linux/net/ipv4/devinet.c
Previous file: linux/net/econet/af_econet.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test4/linux/net/ethernet/pe2.c linux/net/ethernet/pe2.c
@@ -34,5 +34,5 @@
 void destroy_EII_client(struct datalink_proto *dl)
 {
 	if (dl)
-		kfree_s(dl, sizeof(struct datalink_proto));
+		kfree(dl);
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)