Re: [PATCH net-next v2 2/3] net: dsa: remove useless args of dsa_cpu_dsa_setup

2017-08-06 Thread Florian Fainelli
On 08/05/2017 01:20 PM, Vivien Didelot wrote: > dsa_cpu_dsa_setup currently takes 4 arguments but they are all available > from the dsa_port argument. Remove all others. > > Signed-off-by: Vivien Didelot Reviewed-by: Florian Fainelli

[PATCH net-next v2 2/3] net: dsa: remove useless args of dsa_cpu_dsa_setup

2017-08-05 Thread Vivien Didelot
dsa_cpu_dsa_setup currently takes 4 arguments but they are all available from the dsa_port argument. Remove all others. Signed-off-by: Vivien Didelot --- net/dsa/dsa.c | 10 +- net/dsa/dsa2.c | 4 ++-- net/dsa/dsa_priv.h | 3 +--