Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233835
b: refs/heads/master
c: 9152394
h: refs/heads/master
i:
  233833: 931df9b
  233831: 992b87a
v: v3
  • Loading branch information
Jamie Iles authored and David S. Miller committed Feb 28, 2011
1 parent af6909b commit ed91248
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: b44d211e166b4b0dae8ce379f9d2e3ac164b5b60
refs/heads/master: 915239472a5015c7667025551a73e11d6e2abee0
2 changes: 1 addition & 1 deletion trunk/drivers/net/macb.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ static int macb_mii_init(struct macb *bp)
for (i = 0; i < PHY_MAX_ADDR; i++)
bp->mii_bus->irq[i] = PHY_POLL;

platform_set_drvdata(bp->dev, bp->mii_bus);
dev_set_drvdata(&bp->dev->dev, bp->mii_bus);

if (mdiobus_register(bp->mii_bus))
goto err_out_free_mdio_irq;
Expand Down

0 comments on commit ed91248

Please sign in to comment.