]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mfd: t7l66xb: Consolidate chained IRQ handler install/remove
authorThomas Gleixner <tglx@linutronix.de>
Mon, 13 Jul 2015 20:44:52 +0000 (20:44 +0000)
committerLee Jones <lee.jones@linaro.org>
Tue, 11 Aug 2015 14:09:04 +0000 (15:09 +0100)
commitde7c9e0da9ca5962ed562296eaa521e5cc492322
tree72bd06442047993e2a0a4df2a890babe8c27605c
parentb79f04382e265cd6e927977581d2fddb53ef916a
mfd: t7l66xb: 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/t7l66xb.c