aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/irq-versatile-fpga.c
diff options
context:
space:
mode:
authorThomas Gleixner <[email protected]>2015-06-21 19:10:58 +0000
committerThomas Gleixner <[email protected]>2015-07-11 21:14:26 +0000
commit22890b0dbe233fa460d25762ab6a2f5c90f84d9c (patch)
tree626f0f43fc249d690ffab07e8d8ed6540c218dfd /drivers/irqchip/irq-versatile-fpga.c
parentirqchip/sunxi-nmi: Consolidate chained IRQ handler install/remove (diff)
downloadkernel-22890b0dbe233fa460d25762ab6a2f5c90f84d9c.tar.gz
kernel-22890b0dbe233fa460d25762ab6a2f5c90f84d9c.zip
irqchip/tb10x: Consolidate chained IRQ handler install/remove
Chained irq handlers usually set up handler data as well. We now have a function to set both under irq_desc->lock. Replace the two calls with one. Search and conversion was done with coccinelle: @@ expression E1, E2, E3; @@ ( -if (irq_set_handler_data(E1, E2) != 0) - BUG(); | -irq_set_handler_data(E1, E2); ) -irq_set_chained_handler(E1, E3); +irq_set_chained_handler_and_data(E1, E3, E2); @@ expression E1, E2, E3; @@ ( -if (irq_set_handler_data(E1, E2) != 0) - BUG(); ... | -irq_set_handler_data(E1, E2); ... ) -irq_set_chained_handler(E1, E3); +irq_set_chained_handler_and_data(E1, E3, E2); Reported-by: Russell King <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Cc: Julia Lawall <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Jason Cooper <[email protected]>
Diffstat (limited to 'drivers/irqchip/irq-versatile-fpga.c')
0 files changed, 0 insertions, 0 deletions