]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb64e8bce2189da0136898d506863d5ab9db2ea93
tree46de7b692403710cc792eaf78dc894ff969ad679
parent6333ef0a6d756a72c48035feae2450b64f0372e4
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