patch-2.4.0-test5 linux/drivers/net/eepro.c
Next file: linux/drivers/net/fc/iph5526.c
Previous file: linux/drivers/net/depca.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Jul 18 16:09:27 2000
- Orig file:
v2.4.0-test4/linux/drivers/net/eepro.c
- Orig date:
Fri Jul 14 12:12:10 2000
diff -u --recursive --new-file v2.4.0-test4/linux/drivers/net/eepro.c linux/drivers/net/eepro.c
@@ -1798,7 +1798,7 @@
struct net_device *d = &dev_eepro[i];
unregister_netdev(d);
- kfree_s(d->priv,sizeof(struct eepro_local));
+ kfree(d->priv);
d->priv=NULL;
/* If we don't do this, we can't re-insmod it later. */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)