diff options
-rw-r--r-- | drivers/net/phy/motorcomm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/motorcomm.c b/drivers/net/phy/motorcomm.c index 2f4bcd6379..5a2d33e720 100644 --- a/drivers/net/phy/motorcomm.c +++ b/drivers/net/phy/motorcomm.c @@ -159,7 +159,7 @@ static int yt8521_config(struct phy_device *phydev) val &= ~(1<<8); ret = ytphy_write_ext(phydev, 0xa001, val); if (ret < 0) { - printf("yt8521_config: set 0xa001 error!\n"); + printf("yt8521_config: failed to disable rx_delay!\n"); return ret; } |