]> git.karo-electronics.de Git - linux-beck.git/commit
irqchip/exynos: Prepare combiner_handle_cascade_irq for irq argument removal
authorThomas Gleixner <tglx@linutronix.de>
Thu, 16 Jul 2015 20:21:39 +0000 (22:21 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 16 Jul 2015 20:53:22 +0000 (22:53 +0200)
commit77b563ed06a63e59ce1bf2803170898e852b3866
treee5843457c74e4e22eba3177e0edc26a5c90282a1
parenta595fc51a3417274acc1eee63967e9b9e657cc89
irqchip/exynos: Prepare combiner_handle_cascade_irq 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/exynos-combiner.c