Commit 611e731f authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

updated

parent 25f54b0e
......@@ -882,8 +882,8 @@ static int ar8035_phy_fixup(struct phy_device *dev)
u16 val;
// Elphel: phy_device has changed
//struct net_local *lp = dev->bus->priv;
struct mdio_device *mdiodev = dev->mdio;
struct net_local *lp = &mdiodev->bus->priv;
struct mdio_device *mdiodev = &(dev->mdio);
struct net_local *lp = mdiodev->bus->priv;
dev_dbg(&lp->pdev->dev,"fixup start");
/* Ar803x phy SmartEEE feature cause link status generates glitch,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment