Skip to content

Commit

Permalink
Merge branch 'fec' of git://git.pengutronix.de/git/ukl/linux-2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
David S. Miller committed Feb 22, 2011
2 parents dc19e4e + 9721dbb commit 04cfa85
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/net/fec.c
Original file line number Diff line number Diff line change
Expand Up @@ -983,8 +983,6 @@ static int fec_enet_mii_init(struct platform_device *pdev)
for (i = 0; i < PHY_MAX_ADDR; i++)
fep->mii_bus->irq[i] = PHY_POLL;

platform_set_drvdata(ndev, fep->mii_bus);

if (mdiobus_register(fep->mii_bus))
goto err_out_free_mdio_irq;

Expand Down

0 comments on commit 04cfa85

Please sign in to comment.