Re: [PATCH net-next 7/7] net: dsa: remove name arg from slave create

2017-10-30 Thread Florian Fainelli
On 10/27/2017 12:55 PM, Vivien Didelot wrote: > Now that slave dsa_port always have their name set, there is no need to > pass it to dsa_slave_create() anymore. Remove this argument. > > Signed-off-by: Vivien Didelot Reviewed-by: Florian Fainelli -- Florian

[PATCH net-next 7/7] net: dsa: remove name arg from slave create

2017-10-27 Thread Vivien Didelot
Now that slave dsa_port always have their name set, there is no need to pass it to dsa_slave_create() anymore. Remove this argument. Signed-off-by: Vivien Didelot --- net/dsa/dsa2.c | 3 +-- net/dsa/dsa_priv.h | 2 +- net/dsa/legacy.c | 2 +- net/dsa/slave.c| 3 ++- 4 files changed, 5