Re: [PATCH RFC 28/28] dsa: Destroy fixed link phys after the phy has been disconnected

2015-12-23 Thread Florian Fainelli
Le 23/12/2015 04:56, Andrew Lunn a écrit : > The phy is disconnected from the slave in dsa_slave_destroy(). Don't > destroy fixed link phys until after this, since there can be fixed > linked phys connected to ports. > > Signed-off-by: Andrew Lunn Acked-by: Florian Fainelli -- Florian -- To un

[PATCH RFC 28/28] dsa: Destroy fixed link phys after the phy has been disconnected

2015-12-23 Thread Andrew Lunn
The phy is disconnected from the slave in dsa_slave_destroy(). Don't destroy fixed link phys until after this, since there can be fixed linked phys connected to ports. Signed-off-by: Andrew Lunn --- net/dsa/dsa.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) d