diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-07-21 22:00:56 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-07-21 22:00:56 +0000 |
commit | 168660f24dfc46c2702acbe4701a446f42a59578 (patch) | |
tree | f431368afbf6b1b71809cf3fd904d800ea126f4d /drivers/net/fc | |
parent | 6420f767924fa73b0ea267864d96820815f4ba5a (diff) |
Merge with Linux 2.4.0-test5-pre3.
Diffstat (limited to 'drivers/net/fc')
-rw-r--r-- | drivers/net/fc/iph5526.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/fc/iph5526.c b/drivers/net/fc/iph5526.c index 83a87a635..309a2c42d 100644 --- a/drivers/net/fc/iph5526.c +++ b/drivers/net/fc/iph5526.c @@ -4554,7 +4554,7 @@ int i = 0; dev_fc[i]->priv = fc[i]; fc[i]->dev = dev_fc[i]; if (register_fcdev(dev_fc[i]) != 0) { - kfree_s(dev_fc[i], sizeof(struct net_device)); + kfree(dev_fc[i]); dev_fc[i] = NULL; if (i == 0) { printk("iph5526.c: IP registeration failed!!!\n"); |