We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc9d726 commit 3ab5720Copy full SHA for 3ab5720
drivers/net/phy/at803x.c
@@ -916,9 +916,9 @@ static void at803x_link_change_notify(struct phy_device *phydev)
916
at803x_context_save(phydev, &context);
917
918
phy_device_reset(phydev, 1);
919
- msleep(1);
+ usleep_range(1000, 2000);
920
phy_device_reset(phydev, 0);
921
922
923
at803x_context_restore(phydev, &context);
924
@@ -1733,7 +1733,7 @@ static int qca83xx_resume(struct phy_device *phydev)
1733
if (ret)
1734
return ret;
1735
1736
1737
1738
return 0;
1739
}
0 commit comments