rockchip: motorcomm: fix typo error

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit a672f0b7e8)
This commit is contained in:
Tianling Shen
2022-02-14 00:12:33 +08:00
parent 651b6cb2e2
commit da8c8d8dd1

View File

@@ -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;