aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy_device.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/phy/phy_device.c')
-rw-r--r--drivers/net/phy/phy_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/phy_device.c b/drivers/net/phy/phy_device.c
index 1f1f8d77aa6a..09aa9e564296 100644
--- a/drivers/net/phy/phy_device.c
+++ b/drivers/net/phy/phy_device.c
@@ -422,7 +422,7 @@ int phy_connect_direct(struct net_device *dev, struct phy_device *phydev,
422 return rc; 422 return rc;
423 423
424 phy_prepare_link(phydev, handler); 424 phy_prepare_link(phydev, handler);
425 phy_start_machine(phydev, NULL); 425 phy_start_machine(phydev);
426 if (phydev->irq > 0) 426 if (phydev->irq > 0)
427 phy_start_interrupts(phydev); 427 phy_start_interrupts(phydev);
428 428