commit | ee951005e95eb61b3bde893b6c7be1abaf07f59b | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@armlinux.org.uk> | Thu Jun 18 14:45:48 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 19 20:17:15 2020 -0700 |
tree | 378cdb6193a0fdbb123d047db023d322c48c3719 | |
parent | 48c543887bc528451e3a64c503ae82386520c686 [diff] |
net: phy: clean up get_phy_c22_id() invalid ID handling Move the ID check from get_phy_device() into get_phy_c22_id(), which simplifies get_phy_device(). The ID reading functions are now responsible for indicating whether they found a PHY or not via their return code - they must return -ENODEV when a PHY is not present. Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>