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
- Lines: 9
- Date:
Tue Jul 18 16:09:27 2000
- Orig file:
v2.4.0-test4/linux/drivers/net/3c527.c
- Orig date:
Thu May 11 15:30:07 2000
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)