]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mfd: pm8921: Consolidate chained IRQ handler install/remove
authorThomas Gleixner <tglx@linutronix.de>
Mon, 13 Jul 2015 20:44:51 +0000 (20:44 +0000)
committerLee Jones <lee.jones@linaro.org>
Tue, 11 Aug 2015 14:09:04 +0000 (15:09 +0100)
commitb79f04382e265cd6e927977581d2fddb53ef916a
tree2d6996fa8a7f38eaad0c1ba1ca0fad1ca081f90b
parent59fa909e774d80c20cf69e98fd2ba76bcc0f3fbc
mfd: pm8921: Consolidate chained IRQ handler install/remove

Chained irq handlers usually set up handler data as well. We now have
a function to set both under irq_desc->lock. Replace the two calls
with one.

Reported-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/pm8921-core.c