Staging
v0.8.1
https://github.com/torvalds/linux
Revision 5fed97a9fdc0bc76ea2e220cf3aac0e8c7cf4b2b authored by Thomas Gleixner on 25 March 2011, 15:18:32 UTC, committed by Thomas Gleixner on 29 March 2011, 12:48:10 UTC
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>
1 parent ecf4b19
History
Tip revision: 5fed97a9fdc0bc76ea2e220cf3aac0e8c7cf4b2b authored by Thomas Gleixner on 25 March 2011, 15:18:32 UTC
powerpc: mpc8xx_pic: Cleanup flow type handling
Tip revision: 5fed97a

back to top