Re: [PATCH] staging: octeon: Fix stopping of the interface.

2017-11-07 Thread Florian Fainelli
On 11/07/2017 07:06 PM, Steven J. Hill wrote: > Before disconnecting the PHY when a port is being taken down, > a call to phy_stop() is necessary. Indeed, thanks for fixing this! > > Signed-off-by: Steven J. Hill > Acked-by: David Daney

[PATCH] staging: octeon: Fix stopping of the interface.

2017-11-07 Thread Steven J. Hill
Before disconnecting the PHY when a port is being taken down, a call to phy_stop() is necessary. Signed-off-by: Steven J. Hill Acked-by: David Daney --- drivers/staging/octeon/ethernet-mdio.c | 4 +++- drivers/staging/octeon/ethernet.c | 4