Skip to content

Commit

Permalink
[SUNHME]: Fix module unload.
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel van Nies <morcles@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Marcel van Nies authored and David S. Miller committed Apr 21, 2007
1 parent 9f9b669 commit c3b99f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/sunhme.c
Original file line number Diff line number Diff line change
Expand Up @@ -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... */

Expand Down

0 comments on commit c3b99f0

Please sign in to comment.