Commit fc501480 authored by Linus Torvalds's avatar Linus Torvalds Committed by Dave Jones

Undo bogon from the -dj merge.

parent 63fe6a72
...@@ -1209,7 +1209,7 @@ static int __init bigmac_ether_init(struct net_device *dev, struct sbus_dev *qec ...@@ -1209,7 +1209,7 @@ static int __init bigmac_ether_init(struct net_device *dev, struct sbus_dev *qec
bp->bblock_dvma); bp->bblock_dvma);
unregister_netdev(dev); unregister_netdev(dev);
kfree(dev->priv); /* This also frees the co-located 'dev->priv' */
kfree(dev); kfree(dev);
return -ENODEV; return -ENODEV;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment