Re: [PATCH net-next 3/5] net: phy: marvell10g: clean up interface mode switching

2018-01-02 Thread Andrew Lunn
On Fri, Dec 29, 2017 at 12:46:32PM +, Russell King wrote: > Centralise the PHY interface mode switching, rather than having it in > two places. > > Signed-off-by: Russell King Reviewed-by: Andrew Lunn Andrew

[PATCH net-next 3/5] net: phy: marvell10g: clean up interface mode switching

2017-12-29 Thread Russell King
Centralise the PHY interface mode switching, rather than having it in two places. Signed-off-by: Russell King --- drivers/net/phy/marvell10g.c | 36 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/drivers/net/phy/marvell10g.c b/drivers/net/phy