]> git.baikalelectronics.ru Git - kernel.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)
commit25181312a90587674c75d142919536bfdcc05440
tree7c5ba2b8291fa9505513f726b57b6d4ca439df42
parentc873bd7b903000d11cae0aaf50087695d019f807
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