commit | c21f7849f126570c0bb1ececbb3ddba7b20cfc03 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Sun Jun 21 21:11:07 2015 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Fri Jul 17 21:56:16 2015 +0200 |
tree | 74e3f6af8b7b513d8ea7a29967fa924e9b7775a9 | |
parent | 20d5d142a645600f28cf42b8e3336f7309897b1e [diff] |
pinctrl/exynos: 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