Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 85633
b: refs/heads/master
c: 651be3a
h: refs/heads/master
i:
  85631: 603f8bf
v: v3
  • Loading branch information
Adrian Bunk authored and Jeff Garzik committed Feb 11, 2008
1 parent 9864e33 commit e4d161c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: d785ad74641c59074786084b24a9283d7a7727b0
refs/heads/master: 651be3a2ba95bc30fcb737985741736e63231cdf
4 changes: 2 additions & 2 deletions trunk/drivers/net/phy/fixed.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,12 +236,12 @@ module_init(fixed_mdio_bus_init);
static void __exit fixed_mdio_bus_exit(void)
{
struct fixed_mdio_bus *fmb = &platform_fmb;
struct fixed_phy *fp;
struct fixed_phy *fp, *tmp;

mdiobus_unregister(&fmb->mii_bus);
platform_device_unregister(pdev);

list_for_each_entry(fp, &fmb->phys, node) {
list_for_each_entry_safe(fp, tmp, &fmb->phys, node) {
list_del(&fp->node);
kfree(fp);
}
Expand Down

0 comments on commit e4d161c

Please sign in to comment.