https://github.com/torvalds/linux
Revision f154be241d22298d2b63c9b613f619fa1086ea75 authored by Florian Fainelli on 25 January 2017, 17:10:41 UTC, committed by David S. Miller on 25 January 2017, 19:47:44 UTC
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@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent d5bdc02
Raw File
Tip revision: f154be241d22298d2b63c9b613f619fa1086ea75 authored by Florian Fainelli on 25 January 2017, 17:10:41 UTC
net: dsa: Bring back device detaching in dsa_slave_suspend()
Tip revision: f154be2
.gitattributes
*.c   diff=cpp
*.h   diff=cpp
back to top