commit | 215d08a85b9acf5e1fe9dbf50f1774cde333efef | [log] [tgz] |
---|---|---|
author | Heiner Kallweit <hkallweit1@gmail.com> | Thu Jul 19 08:15:16 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sat Jul 21 16:20:38 2018 -0700 |
tree | 134b54ef6258dde6510230c971c941db9457db45 | |
parent | 1a03f867aaa19b454bef5c1697ae97d50e26ce30 [diff] |
net: phy: consider PHY_IGNORE_INTERRUPT in phy_start_aneg_priv The situation described in the comment can occur also with PHY_IGNORE_INTERRUPT, therefore change the condition to include it. Fixes: f555f34fdc58 ("net: phy: fix auto-negotiation stall due to unavailable interrupt") Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>