Tag: 079140f5cee9d8e0290de12ac1bf74f1ebe72881

mfd: tc6393xb: 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/tc6393xb.c | 7 +++—- 1 file changed, 3 …

Continue reading