Re: [PATCH net] net: dsa: Bring back device detaching in dsa_slave_suspend()

2017-01-25 Thread David Miller
From: Florian Fainelli Date: Wed, 25 Jan 2017 09:10:41 -0800 > Commit 448b4482c671 ("net: dsa: Add lockdep class to tx queues to avoid > lockdep splat") removed the netif_device_detach() call done in > dsa_slave_suspend() which is necessary, and paired with a corresponding

Re: [PATCH net] net: dsa: Bring back device detaching in dsa_slave_suspend()

2017-01-25 Thread Andrew Lunn
On Wed, Jan 25, 2017 at 09:10:41AM -0800, Florian Fainelli wrote: > Commit 448b4482c671 ("net: dsa: Add lockdep class to tx queues to avoid > lockdep splat") removed the netif_device_detach() call done in > dsa_slave_suspend() which is necessary, and paired with a corresponding >

[PATCH net] net: dsa: Bring back device detaching in dsa_slave_suspend()

2017-01-25 Thread Florian Fainelli
Commit 448b4482c671 ("net: dsa: Add lockdep class to tx queues to avoid lockdep splat") removed the netif_device_detach() call done in dsa_slave_suspend() which is necessary, and paired with a corresponding netif_device_attach(), bring it back. Fixes: 448b4482c671 ("net: dsa: Add lockdep class to