OSDN Git Service

irqchip/mmp: Prepare icu_mux_irq_demux for irq argument removal
authorThomas Gleixner <tglx@linutronix.de>
Thu, 16 Jul 2015 20:38:51 +0000 (22:38 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 16 Jul 2015 20:53:22 +0000 (22:53 +0200)
commit14873aa1d1c97a11cec57ae1345da467d4b6d4d7
tree54978bd03398150daf16fc587131d50880199a14
parent283653a368f49773ee7242e2a03227d7de5d3a7e
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>
drivers/irqchip/irq-mmp.c