]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: brcmstb: Make really use of the new lockdep class
authorThomas Gleixner <tglx@linutronix.de>
Fri, 29 Dec 2017 15:29:15 +0000 (16:29 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 29 Dec 2017 15:37:09 +0000 (16:37 +0100)
commit389f53893b3ba45363c8a7fb0a26cf1c17b3f731
treef07bf57e45c203cd90075ed39a42bd30544b2d8d
parent5d7f9b5831109a5538cf892f7ac006bb33d9ffa1
gpio: brcmstb: Make really use of the new lockdep class

The recent extension of irq_set_lockdep_class() with a second argument
added the new lockdep class to the mrcmstb driver, but used the already
existing lockdep class as second argument, which leaves the new lockdep
class defined but unused.

Use the new lockdep class as that's what the change intended to do.

Fixes: ae3fa6d57f96 ("kernel/irq: Extend lockdep class for request mutex")
Reported-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: linus.walleij@linaro.org
drivers/gpio/gpio-brcmstb.c