Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198568
b: refs/heads/master
c: 0f0b405
h: refs/heads/master
v: v3
  • Loading branch information
Denis Kirjanov authored and David S. Miller committed May 21, 2010
1 parent 5ddfc93 commit 35ce83a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 41499bd6766314079417d1467c466d31b8612fec
refs/heads/master: 0f0b405cd16f7aaff84a935984cae421897d725d
3 changes: 3 additions & 0 deletions trunk/drivers/net/sh_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -1294,6 +1294,9 @@ static int sh_mdio_release(struct net_device *ndev)
/* remove mdio bus info from net_device */
dev_set_drvdata(&ndev->dev, NULL);

/* free interrupts memory */
kfree(bus->irq);

/* free bitbang info */
free_mdio_bitbang(bus);

Expand Down

0 comments on commit 35ce83a

Please sign in to comment.