]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mfd: jz4740: Consolidate chained IRQ handler install/remove
authorThomas Gleixner <tglx@linutronix.de>
Mon, 13 Jul 2015 20:44:49 +0000 (20:44 +0000)
committerLee Jones <lee.jones@linaro.org>
Tue, 11 Aug 2015 14:09:03 +0000 (15:09 +0100)
commit59fa909e774d80c20cf69e98fd2ba76bcc0f3fbc
tree065fee2adeab3a095c6c80115ea4c22c5a3e8d09
parent073f7f99a0054a3af6ecef1d0ce12aab9c800460
mfd: jz4740: 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.

Search and conversion was done with coccinelle:

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/jz4740-adc.c