genirq: Fix misplaced status update in irq_disable()
authorThomas Gleixner <tglx@linutronix.de>
Mon, 21 Feb 2011 11:54:34 +0000 (12:54 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 21 Feb 2011 20:19:59 +0000 (21:19 +0100)
We lazy disable interrupt lines, so only mark the line masked, when
the chip provides an irq_disable callback.

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

No differences found