patch-2.4.0-test5 linux/drivers/net/3c527.c

Next file: linux/drivers/net/aironet4500_card.c
Previous file: linux/drivers/net/3c523.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test4/linux/drivers/net/3c527.c linux/drivers/net/3c527.c
@@ -1510,7 +1510,7 @@
 		slot = lp->slot;
 		mca_mark_as_unused(slot);
 		mca_set_adapter_name(slot, NULL);
-		kfree_s(this_device.priv, sizeof(struct mc32_local));
+		kfree(this_device.priv);
 	}
 	free_irq(this_device.irq, &this_device);
 }

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