summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWalkerChenL <walker.chen@starfivetech.com>2021-11-03 10:00:34 +0300
committerWalkerChenL <walker.chen@starfivetech.com>2021-11-03 10:00:34 +0300
commit09291cbc2ff440489cce253dbb0dceae6edfe13e (patch)
tree43629698150844f34de6e2e3984408df2841a2a3
parentb637fd07fd4444b08dd278e2da1f047a553e39d5 (diff)
downloadlinux-visionfive_v1_5.13.tar.xz
remove some temporary debug informationvisionfive_v1_5.13
-rw-r--r--drivers/net/phy/motorcomm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/phy/motorcomm.c b/drivers/net/phy/motorcomm.c
index 1a9484dfd64e..875861519e24 100644
--- a/drivers/net/phy/motorcomm.c
+++ b/drivers/net/phy/motorcomm.c
@@ -397,7 +397,6 @@ static int yt8521_config_init(struct phy_device *phydev)
}
/* disable rx delay */
- printk(KERN_INFO ">>>>>>>>yt8521_config: disable rx delay\n");
val = ytphy_read_ext(phydev, 0xa001);
if (val < 0) {
printk(KERN_INFO "yt8521_config: read 0xa001 error!\n");