From da8c8d8dd1b6edda732eb7e576c670e86dcd703e Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Mon, 14 Feb 2022 00:12:33 +0800 Subject: [PATCH] rockchip: motorcomm: fix typo error Signed-off-by: Tianling Shen (cherry picked from commit a672f0b7e86cce14131bac0dac1b12123dd922c6) --- target/linux/rockchip/files/drivers/net/phy/motorcomm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/rockchip/files/drivers/net/phy/motorcomm.c b/target/linux/rockchip/files/drivers/net/phy/motorcomm.c index c11f2acb4b..04955bb6fa 100644 --- a/target/linux/rockchip/files/drivers/net/phy/motorcomm.c +++ b/target/linux/rockchip/files/drivers/net/phy/motorcomm.c @@ -65,7 +65,7 @@ static int yt8511_config_init(struct phy_device *phydev) int val; /* disable auto sleep */ - val = ytphy_read_ext(phydev, YT8521_EXTREG_SLEEP_CONTROL1); + val = ytphy_read_ext(phydev, YT8511_EXTREG_SLEEP_CONTROL1); if (val < 0) return val;