Skip to content

Commit

Permalink
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Browse files Browse the repository at this point in the history
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6:
  gianfar: Fix build.
  • Loading branch information
Linus Torvalds committed Sep 7, 2009
2 parents cbeb286 + d9d8e04 commit 4886b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/gianfar.c
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ static int gfar_remove(struct of_device *ofdev)

dev_set_drvdata(&ofdev->dev, NULL);

unregister_netdev(dev);
unregister_netdev(priv->ndev);
iounmap(priv->regs);
free_netdev(priv->ndev);

Expand Down

0 comments on commit 4886b5b

Please sign in to comment.