Преглед изворни кода

change tx delay & rx delay for eth phy

WalkerChenL пре 2 година
родитељ
комит
6476c971d0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      drivers/net/phy/motorcomm.c

+ 1 - 1
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;
 	}