commit | 073f7f99a0054a3af6ecef1d0ce12aab9c800460 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Mon Jul 13 20:44:47 2015 +0000 |
committer | Lee Jones <lee.jones@linaro.org> | Tue Aug 11 15:09:02 2015 +0100 |
tree | 1bb50c0cd22953a4b9cf8a176503419ceda466e9 | |
parent | c89fc9ac88ad99c0e629204d1b62af57367fd32d [diff] |
mfd: htc-egpio: 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>