dect
/
linux-2.6
Archived
13
0
Fork 0

[SUNHME]: Fix module unload.

Signed-off-by: Marcel van Nies <morcles@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Marcel van Nies 2007-04-21 15:34:55 -07:00 committed by David S. Miller
parent 9f9b6693ed
commit c3b99f0db9
1 changed files with 1 additions and 1 deletions

View File

@ -3314,7 +3314,7 @@ static int __devexit hme_sbus_remove(struct of_device *dev)
struct happy_meal *hp = dev_get_drvdata(&dev->dev);
struct net_device *net_dev = hp->dev;
unregister_netdevice(net_dev);
unregister_netdev(net_dev);
/* XXX qfe parent interrupt... */