diff options
Diffstat (limited to 'drivers/net/phy/mdio-ofgpio.c')
-rw-r--r-- | drivers/net/phy/mdio-ofgpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/mdio-ofgpio.c b/drivers/net/phy/mdio-ofgpio.c index 7edfc0c34835..27bd4539d089 100644 --- a/drivers/net/phy/mdio-ofgpio.c +++ b/drivers/net/phy/mdio-ofgpio.c | |||
@@ -142,7 +142,7 @@ static int __devinit mdio_ofgpio_probe(struct of_device *ofdev, | |||
142 | if (!strcmp(np->type, "ethernet-phy")) | 142 | if (!strcmp(np->type, "ethernet-phy")) |
143 | add_phy(new_bus, np); | 143 | add_phy(new_bus, np); |
144 | 144 | ||
145 | new_bus->dev = &ofdev->dev; | 145 | new_bus->parent = &ofdev->dev; |
146 | dev_set_drvdata(&ofdev->dev, new_bus); | 146 | dev_set_drvdata(&ofdev->dev, new_bus); |
147 | 147 | ||
148 | ret = mdiobus_register(new_bus); | 148 | ret = mdiobus_register(new_bus); |