Tag: bd0b9ac405e1794d72533c3d487aa65b6b955a0c

genirq: Remove irq argument from irq flow handlers

Author: Thomas Gleixner <tglx@linutronix.de> Most interrupt flow handlers do not use the irq argument. Those few which use it can retrieve the irq number from the irq descriptor. Remove the argument. Search and replace was done with coccinelle and some extra helper scripts around it. Thanks to Julia for her help! Signed-off-by: Thomas Gleixner Cc: …

Continue reading