net: phy: smsc: bail out in lan87xx_read_status if genphy_read_status fails
authorHeiner Kallweit <hkallweit1@gmail.com>
Sat, 11 Mar 2023 18:34:45 +0000 (19:34 +0100)
committerJakub Kicinski <kuba@kernel.org>
Wed, 15 Mar 2023 07:19:16 +0000 (00:19 -0700)
commitc22c3bbf351e4ce905f082649cffa1ff893ea8c1
tree2dabd4bc1d01f66144f2f172dd14272f858050da
parent4b397c06cb987935b1b097336532aa6b4210e091
net: phy: smsc: bail out in lan87xx_read_status if genphy_read_status fails

If genphy_read_status fails then further access to the PHY may result
in unpredictable behavior. To prevent this bail out immediately if
genphy_read_status fails.

Fixes: 4223dbffed9f ("net: phy: smsc: Re-enable EDPD mode for LAN87xx")
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Link: https://lore.kernel.org/r/026aa4f2-36f5-1c10-ab9f-cdb17dda6ac4@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/phy/smsc.c