irqchip/tb10x: Prepare tb10x_irq_cascade for irq argument removal
authorThomas Gleixner <tglx@linutronix.de>
Thu, 16 Jul 2015 20:40:58 +0000 (22:40 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 16 Jul 2015 20:53:22 +0000 (22:53 +0200)
commite616e9af87206dfd00753c1546388210fe5d0002
tree4bf3ea3d7753c208e568e38c4ec04b4c1e1d8927
parent4df18a668c45d2069d731eccb75b7558052c8718
irqchip/tb10x: Prepare tb10x_irq_cascade 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-tb10x.c
This page took 0.039296 seconds and 5 git commands to generate.