]> git.baikalelectronics.ru Git - kernel.git/commit
net: phy: Do not warn in phy_stop() on PHY_DOWN
authorFlorian Fainelli <f.fainelli@gmail.com>
Thu, 17 Sep 2020 03:43:10 +0000 (20:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Sep 2020 23:55:35 +0000 (16:55 -0700)
commit54b5969338118899d11167661750e05cd4c04c6e
tree18036fd8155a82d365bff85350c52bdce072bfcb
parentb3c45404acadb0acd00ab07dada9c995bf1db902
net: phy: Do not warn in phy_stop() on PHY_DOWN

When phy_is_started() was added to catch incorrect PHY states,
phy_stop() would not be qualified against PHY_DOWN. It is possible to
reach that state when the PHY driver has been unbound and the network
device is then brought down.

Fixes: 554406ff9b5d ("net: phy: improve phy state checking")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/phy.c