Searched hist:"14873 aa1d1c97a11cec57ae1345da467d4b6d4d7" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/irqchip/ |
H A D | irq-mmp.c | diff 14873aa1d1c97a11cec57ae1345da467d4b6d4d7 Thu Jul 16 22:38:51 CEST 2015 Thomas Gleixner <tglx@linutronix.de> irqchip/mmp: Prepare icu_mux_irq_demux for irq argument removal
The irq argument of most interrupt flow handlers is unused or merily used instead of a local variable. The handlers which need the irq argument can retrieve the irq number from the irq descriptor.
Search and update was done with coccinelle and the invaluable help of Julia Lawall.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Julia Lawall <Julia.Lawall@lip6.fr>
|