]> git.baikalelectronics.ru Git - kernel.git/commit
net: dsa: mv88e6xxx: Release lock while requesting IRQ
authorAndrew Lunn <andrew@lunn.ch>
Sat, 23 Feb 2019 16:43:57 +0000 (17:43 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Feb 2019 06:21:23 +0000 (22:21 -0800)
commitbeabf11323f329cf7f2553e61e461eafe292891b
treeaee18de53cd077094d7451ce8788320198460b6b
parent3a27e26197106f98cc7d1da36d3da369b4e7fc3c
net: dsa: mv88e6xxx: Release lock while requesting IRQ

There is no need to hold the register lock while requesting the GPIO
interrupt. By not holding it we can also avoid a false positive
lockdep splat.

Reported-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/mv88e6xxx/chip.c