commit | 5fed97a9fdc0bc76ea2e220cf3aac0e8c7cf4b2b | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Fri Mar 25 16:18:32 2011 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Tue Mar 29 14:48:10 2011 +0200 |
tree | 4417b5ec02fb470c37f44bea677045eb5ac6562f | |
parent | ecf4b1961583e2a56fc935061f56f782173d0749 [diff] |
powerpc: mpc8xx_pic: 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 level flag is updated in the core as well. Use the proper accessors for setting the irq handlers. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>