commit | 20d5d142a645600f28cf42b8e3336f7309897b1e | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Sun Jun 21 21:11:06 2015 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Fri Jul 17 21:56:15 2015 +0200 |
tree | 665b770200ca68a7f6d9d26940471b5687d1b9cc | |
parent | 03051bc242209f7130aec42d1a6ecb3be9f8f93b [diff] |
pinctrl: 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> Cc: Julia Lawall <Julia.Lawall@lip6.fr> Cc: Linus Walleij <linus.walleij@linaro.org> Cc: linux-gpio@vger.kernel.org