]> git.baikalelectronics.ru Git - kernel.git/commit
net: phy: consider PHY_IGNORE_INTERRUPT in state machine PHY_NOLINK handling
authorHeiner Kallweit <hkallweit1@gmail.com>
Wed, 30 May 2018 20:13:20 +0000 (22:13 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 3 Jun 2018 12:50:10 +0000 (08:50 -0400)
commit6c793eee9f6638f9435d58749be109aa90e6007f
treef80e481d0371ed4bca8df4cdbe16ce8d55e4dd3f
parent71ca8c4b60f725f76f4c8198d2c55b2fcf9e0122
net: phy: consider PHY_IGNORE_INTERRUPT in state machine PHY_NOLINK handling

We can bail out immediately also in case of PHY_IGNORE_INTERRUPT because
phy_mac_interupt() informs us once the link is up.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/phy.c