]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: uic: Cleanup flow type handling
authorThomas Gleixner <tglx@linutronix.de>
Fri, 25 Mar 2011 15:23:57 +0000 (16:23 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 29 Mar 2011 12:48:10 +0000 (14:48 +0200)
commit692654de3e389eaf212faf9ca5c83f0b12bfabce
treedab5adc13900cea9ed20c239ff2f6581cb3e0c73
parentbdea4f4758fcaeb355aaef5adcf31e5e92e4411e
powerpc: uic: Cleanup flow type handling

The core irq_set_type() function updates the flow type when the chip
callback returns 0. So setting the type is bogus. The core also
updates IRQ_LEVEL.

Use irq_data to get the level type information in the chip functions.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/powerpc/sysdev/uic.c