patch-2.4.0-test5 linux/drivers/net/smc9194.c

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

diff -u --recursive --new-file v2.4.0-test4/linux/drivers/net/smc9194.c linux/drivers/net/smc9194.c
@@ -1632,7 +1632,7 @@
 	release_region(devSMC9194.base_addr, SMC_IO_EXTENT);
 
 	if (devSMC9194.priv)
-		kfree_s(devSMC9194.priv, sizeof(struct smc_local));
+		kfree(devSMC9194.priv);
 }
 
 #endif /* MODULE */

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