diff options
Diffstat (limited to 'drivers/net/macb.c')
-rw-r--r-- | drivers/net/macb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/macb.c b/drivers/net/macb.c index 84c77f1f9a5c..045361fe3d6a 100644 --- a/drivers/net/macb.c +++ b/drivers/net/macb.c | |||
@@ -250,7 +250,7 @@ static int macb_mii_init(struct macb *bp) | |||
250 | bp->mii_bus.reset = &macb_mdio_reset; | 250 | bp->mii_bus.reset = &macb_mdio_reset; |
251 | snprintf(bp->mii_bus.id, MII_BUS_ID_SIZE, "%x", bp->pdev->id); | 251 | snprintf(bp->mii_bus.id, MII_BUS_ID_SIZE, "%x", bp->pdev->id); |
252 | bp->mii_bus.priv = bp; | 252 | bp->mii_bus.priv = bp; |
253 | bp->mii_bus.dev = &bp->dev->dev; | 253 | bp->mii_bus.parent = &bp->dev->dev; |
254 | pdata = bp->pdev->dev.platform_data; | 254 | pdata = bp->pdev->dev.platform_data; |
255 | 255 | ||
256 | if (pdata) | 256 | if (pdata) |