Skip to content

Commit 17d0077

Browse files
committed
1 parent 1e2f3e2 commit 17d0077

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/phy/phy_device.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1769,6 +1769,7 @@ int genphy_read_status(struct phy_device *phydev)
17691769
return adv;
17701770

17711771
if (lpagb & LPA_1000MSFAIL) {
1772+
pr_info("master/slave failure: lpagb = 0x%04x adv = 0x%04x\n", lpagb, adv);
17721773
if (adv & CTL1000_ENABLE_MASTER)
17731774
phydev_err(phydev, "Master/Slave resolution failed, maybe conflicting manual settings?\n");
17741775
else

0 commit comments

Comments
 (0)