Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96219
b: refs/heads/master
c: a86e2cb
h: refs/heads/master
i:
  96217: a63c0ca
  96215: bfbd8db
v: v3
  • Loading branch information
Scott Wood authored and Jeff Garzik committed May 6, 2008
1 parent 1f76682 commit 5420644
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 46fa06170d59b6b9951d09354829d85090f0d911
refs/heads/master: a86e2cbe263c193a70b2e5c5a0c7e53ed39fc0ad
3 changes: 2 additions & 1 deletion trunk/drivers/net/fs_enet/mii-fec.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ static int __devinit fs_enet_mdio_probe(struct of_device *ofdev,

ret = of_address_to_resource(ofdev->node, 0, &res);
if (ret)
return ret;
goto out_res;

snprintf(new_bus->id, MII_BUS_ID_SIZE, "%x", res.start);

Expand Down Expand Up @@ -236,6 +236,7 @@ static int __devinit fs_enet_mdio_probe(struct of_device *ofdev,
kfree(new_bus->irq);
out_unmap_regs:
iounmap(fec->fecp);
out_res:
out_fec:
kfree(fec);
out_mii:
Expand Down

0 comments on commit 5420644

Please sign in to comment.