Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c3b99f0d authored by Marcel van Nies's avatar Marcel van Nies Committed by David S. Miller
Browse files

[SUNHME]: Fix module unload.

parent 9f9b6693
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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... */