pinctrl: at91: use locked variant of irq_set_handler
authorNicolas Ferre <nicolas.ferre@atmel.com>
Tue, 21 Jan 2014 15:55:18 +0000 (16:55 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 3 Feb 2014 08:07:30 +0000 (09:07 +0100)
commitb0dcfd87323ea86501e93d0fa2a98d2fd3579bcf
tree46de7b692403710cc792eaf78dc894ff969ad679
parent38dbfb59d1175ef458d006556061adeaa8751b72
pinctrl: at91: use locked variant of irq_set_handler

When setting the gpio irq type, use the __irq_set_handler_locked()
variant instead of the irq_set_handler() to prevent false
spinlock recursion warning.

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Cc: stable <stable@vger.kernel.org> # v3.12
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-at91.c