Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ickle committed Sep 16, 2019
1 parent daf77e4 commit bd8d26c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/phy/phy_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -1834,6 +1834,7 @@ int genphy_read_status(struct phy_device *phydev)
return adv;

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

0 comments on commit bd8d26c

Please sign in to comment.