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

2017-08-06 Thread Florian Fainelli
On 08/05/2017 01:20 PM, Vivien Didelot wrote: > dsa_slave_create currently takes 4 arguments while it only needs the > related dsa_port and its name. Remove all other arguments. > > Signed-off-by: Vivien Didelot Reviewed-by: Florian Fainelli

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

2017-08-05 Thread Vivien Didelot
dsa_slave_create currently takes 4 arguments while it only needs the related dsa_port and its name. Remove all other arguments. Signed-off-by: Vivien Didelot --- net/dsa/dsa2.c | 2 +- net/dsa/dsa_priv.h | 3 +-- net/dsa/legacy.c | 2 +-