]> git.karo-electronics.de Git - linux-beck.git/commit
irqchip/s3c24xx: Prepare s3c_irq_demux for irq argument removal
authorThomas Gleixner <tglx@linutronix.de>
Thu, 16 Jul 2015 20:39:29 +0000 (22:39 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 16 Jul 2015 20:53:22 +0000 (22:53 +0200)
commit4df18a668c45d2069d731eccb75b7558052c8718
treeb5c8858b3840e559d87597458847e9a17b3b5cef
parent14873aa1d1c97a11cec57ae1345da467d4b6d4d7
irqchip/s3c24xx: Prepare s3c_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-s3c24xx.c