Re: [PATCH v2 3/5] net: dsa: complete dsa_switch_destroy

2015-10-06 Thread Neil Armstrong
On 10/03/2015 09:25 PM, Florian Fainelli wrote: > Le 03/10/2015 07:26, Neil Armstrong a écrit : >> When unbinding dsa, complete the dsa_switch_destroy to unregister the >> fixed link phy then cleanly unregister and destroy the net devices. >> >> Signed-off-by: Neil Armstrong >> --- > > [snip] >

Re: [PATCH v2 3/5] net: dsa: complete dsa_switch_destroy

2015-10-03 Thread Florian Fainelli
Le 03/10/2015 07:26, Neil Armstrong a écrit : > When unbinding dsa, complete the dsa_switch_destroy to unregister the > fixed link phy then cleanly unregister and destroy the net devices. > > Signed-off-by: Neil Armstrong > --- [snip] > + port_dn = cd->port_dn[port]; > +

[PATCH v2 3/5] net: dsa: complete dsa_switch_destroy

2015-10-03 Thread Neil Armstrong
When unbinding dsa, complete the dsa_switch_destroy to unregister the fixed link phy then cleanly unregister and destroy the net devices. Signed-off-by: Neil Armstrong --- net/dsa/dsa.c | 36 1 file changed, 36 insertions(+) diff --git a/net/dsa/dsa.c b/net/