commit | 1ac06cdadf3f6e9c52cf87304238bffdf4c71566 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Fri Mar 25 16:23:57 2011 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Tue Mar 29 14:48:10 2011 +0200 |
tree | dab5adc13900cea9ed20c239ff2f6581cb3e0c73 | |
parent | 24a3f2e82bc8cf7ed05294008794f842cf170ea2 [diff] |
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>