Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121858
b: refs/heads/master
c: 6817ba2
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Nov 16, 2008
1 parent 55454e0 commit 30825da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cda2836dc66f814aecc58370251566e1c225c8d3
refs/heads/master: 6817ba2cd22cfed2e93d062dca3d7a82465d693d
2 changes: 1 addition & 1 deletion trunk/drivers/net/dm9000.c
Original file line number Diff line number Diff line change
Expand Up @@ -1447,7 +1447,7 @@ dm9000_drv_remove(struct platform_device *pdev)
platform_set_drvdata(pdev, NULL);

unregister_netdev(ndev);
dm9000_release_board(pdev, (board_info_t *) netdev_priv(ndev);
dm9000_release_board(pdev, (board_info_t *) netdev_priv(ndev));
free_netdev(ndev); /* free device structure */

dev_dbg(&pdev->dev, "released and freed device\n");
Expand Down

0 comments on commit 30825da

Please sign in to comment.