The function was just renamed to be easier understandable. No functional change. Signed-off-by: Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx> --- RFC, please do not apply yet drivers/net/mdio/mdio-ipq4019.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/mdio/mdio-ipq4019.c b/drivers/net/mdio/mdio-ipq4019.c index 4eba5a91075c..6e7de2e82e3a 100644 --- a/drivers/net/mdio/mdio-ipq4019.c +++ b/drivers/net/mdio/mdio-ipq4019.c @@ -192,7 +192,7 @@ static int ipq_mdio_reset(struct mii_bus *bus) val = readl(priv->eth_ldo_rdy); val |= BIT(0); writel(val, priv->eth_ldo_rdy); - fsleep(IPQ_PHY_SET_DELAY_US); + usleep_autoyield(IPQ_PHY_SET_DELAY_US); } /* Configure MDIO clock source frequency if clock is specified in the device tree */ -- 2.34.1