Tag: 59fa909e774d80c20cf69e98fd2ba76bcc0f3fbc

mfd: jz4740: Consolidate chained IRQ handler install/remove

Author: Thomas Gleixner <tglx@linutronix.de> 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 Signed-off-by: Thomas Gleixner Signed-off-by: Lee Jones — drivers/mfd/jz4740-adc.c | 6 ++—- 1 file changed, 2 …

Continue reading