Re: [PATCH net-next 5/5] net: dsa: use phy_ethtool_nway_reset

2017-09-26 Thread Florian Fainelli
On 09/26/2017 02:15 PM, Vivien Didelot wrote: > Use phy_ethtool_nway_reset now that dsa_slave_nway_reset does exactly > the same. > > Signed-off-by: Vivien Didelot Reviewed-by: Florian Fainelli -- Florian

Re: [PATCH net-next 5/5] net: dsa: use phy_ethtool_nway_reset

2017-09-26 Thread Andrew Lunn
On Tue, Sep 26, 2017 at 05:15:35PM -0400, Vivien Didelot wrote: > Use phy_ethtool_nway_reset now that dsa_slave_nway_reset does exactly > the same. > > Signed-off-by: Vivien Didelot Reviewed-by: Andrew Lunn Andrew

[PATCH net-next 5/5] net: dsa: use phy_ethtool_nway_reset

2017-09-26 Thread Vivien Didelot
Use phy_ethtool_nway_reset now that dsa_slave_nway_reset does exactly the same. Signed-off-by: Vivien Didelot --- net/dsa/slave.c | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/net/dsa/slave.c b/net/dsa/slave.c index d2b632cae468..bf8800de13c1 100644 --- a/net/dsa/