]> git.karo-electronics.de Git - linux-beck.git/commit
ARM/orion: Consolidate chained IRQ handler install/remove
authorThomas Gleixner <tglx@linutronix.de>
Sun, 21 Jun 2015 19:25:10 +0000 (21:25 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 13 Jul 2015 12:59:14 +0000 (14:59 +0200)
commit206287c2c8dd61b5316c0dab459208e82d68e48d
treede35f3f3dfe2157ffc4cda5f9d99a671c66fed26
parente49251988b10e8787baa5f3d8ffd154e003f0963
ARM/orion: 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 <rmk+kernel@arm.linux.org.uk>
Cc: linux-arm-kernel@lists.infradead.org
arch/arm/plat-orion/gpio.c