net: phy: drop explicit genphy_read_status() op
authorMichael Walle <michael@walle.cc>
Tue, 9 Feb 2021 01:00:18 +0000 (02:00 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 9 Feb 2021 19:10:25 +0000 (11:10 -0800)
commitf15008fbaa33bd2701ab173958c28feee4c65ca8
tree055808f2c1c6b868af72c688d91dc36f8c65c9d8
parent5ea3c72ccf9b7279b1d3a236071f9c741f9f43c6
net: phy: drop explicit genphy_read_status() op

genphy_read_status() is already the default for the .read_status() op.
Drop the unnecessary references.

Signed-off-by: Michael Walle <michael@walle.cc>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/marvell.c
drivers/net/phy/micrel.c