Re: [PATCH net-next] net: phy: drop explicit genphy_read_status() op

2021-02-09 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 9 Feb 2021 02:00:18 +0100 you wrote: > genphy_read_status() is already the default for the .read_status() op. > Drop the unnecessary references. > > Signed-off-by: Michael Walle > --- > drivers/net/phy/marvell.c

Re: [PATCH net-next] net: phy: drop explicit genphy_read_status() op

2021-02-08 Thread Andrew Lunn
On Tue, Feb 09, 2021 at 02:00:18AM +0100, Michael Walle wrote: > genphy_read_status() is already the default for the .read_status() op. > Drop the unnecessary references. > > Signed-off-by: Michael Walle Reviewed-by: Andrew Lunn Andrew

[PATCH net-next] net: phy: drop explicit genphy_read_status() op

2021-02-08 Thread Michael Walle
genphy_read_status() is already the default for the .read_status() op. Drop the unnecessary references. Signed-off-by: Michael Walle --- drivers/net/phy/marvell.c | 1 - drivers/net/phy/micrel.c | 1 - 2 files changed, 2 deletions(-) diff --git a/drivers/net/phy/marvell.c b/drivers/net/phy/mar