irqchip/i8259: Convert to use irq_set_chained_handler_and_data
authorAxel Lin <axel.lin@ingics.com>
Thu, 1 Oct 2015 14:26:44 +0000 (22:26 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 1 Oct 2015 14:32:54 +0000 (16:32 +0200)
commita51e80d002b63bbdaff3229f3ebf4fbb53c75c33
treea7e72599fe131ae090a315dfa67c255596e74ac7
parentbebcb8dab6bac53b6a61a896db03781d1992cadb
irqchip/i8259: Convert to use irq_set_chained_handler_and_data

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.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Link: http://lkml.kernel.org/r/1443709604.12993.0.camel@ingics.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
drivers/irqchip/irq-i8259.c