ARM/locomo: Consolidate chained IRQ handler install/remove
authorThomas Gleixner <tglx@linutronix.de>
Mon, 22 Jun 2015 07:08:11 +0000 (09:08 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 13 Jul 2015 12:59:14 +0000 (14:59 +0200)
commit6d0786acda39def7c299aec6b9fe24388c2deee6
tree25438fce13b1d30cb716ce92a4a56a3fdde75458
parent206287c2c8dd61b5316c0dab459208e82d68e48d
ARM/locomo: 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.

Reported-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Julia Lawall <Julia.Lawall@lip6.fr>
Cc: Russell King <linux+kernel@arm.linux.org.uk>
Cc: linux-arm-kernel@lists.infradead.org
arch/arm/common/locomo.c
This page took 0.028318 seconds and 5 git commands to generate.