arm: davinci: Cleanup irq chip code
authorThomas Gleixner <tglx@linutronix.de>
Thu, 24 Mar 2011 11:47:04 +0000 (12:47 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 29 Mar 2011 12:47:56 +0000 (14:47 +0200)
Make use of the new functionality which ensures that irq_set_type is
called with the chip masked. Unmask is only done when the interrupt is
not disabled.

Retrieve the trigger type from irq_data in unmask

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

No differences found