]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86: DT: Cleanup namespace and call irq_set_irq_type() unconditional
authorThomas Gleixner <tglx@linutronix.de>
Thu, 24 Mar 2011 20:41:57 +0000 (21:41 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 24 Mar 2011 22:17:56 +0000 (23:17 +0100)
commit07611dbda5ccbd9a628f29686d62bafdd007db7b
tree7c5ba2b8291fa9505513f726b57b6d4ca439df42
parent00a30b254b88d2d4f5af00835a9b7f70326def9b
x86: DT: Cleanup namespace and call irq_set_irq_type() unconditional

That call escaped the name space cleanup. Fix it up.

We really want to call there. The chip might have changed since the
irq was setup initially. So let the core code and the chip decide what
to do. The status is just an unreliable snapshot.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
arch/x86/kernel/devicetree.c