]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: mpc8xx_pic: Cleanup flow type handling
authorThomas Gleixner <tglx@linutronix.de>
Fri, 25 Mar 2011 15:18:32 +0000 (16:18 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 29 Mar 2011 12:48:10 +0000 (14:48 +0200)
commit48633d38ec56988dca6d0f42b1a00c0131ffdd3b
tree4417b5ec02fb470c37f44bea677045eb5ac6562f
parenta52f0b4ca15993641f54f4e5f11014df418b471d
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>
arch/powerpc/sysdev/mpc8xx_pic.c