]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Feb 2014 19:10:10 +0000 (11:10 -0800)
commitb75d547712adf6e1f1ec6d91482792985fcfd859
treef4a689fe720dee869661b56059a2d6e9ddf0ede7
parent1eee0f2c29c89c0f83cb3f1f9f4755f829dce9ef
pinctrl: at91: use locked variant of irq_set_handler

commit b0dcfd87323ea86501e93d0fa2a98d2fd3579bcf upstream.

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>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/pinctrl/pinctrl-at91.c