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

From: Andrew Lunn
Date: Wed Jan 25 2017 - 13:01:11 EST


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
> netif_device_attach(), bring it back.
>
> Fixes: 448b4482c671 ("net: dsa: Add lockdep class to tx queues to avoid lockdep splat")
> Signed-off-by: Florian Fainelli <f.fainelli@xxxxxxxxx>

Sorry for accidentally removing it.

Reviewed-by: Andrew Lunn <andrew@xxxxxxx>

Andrew