]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: xilinx: Cleanup flow type handling
authorThomas Gleixner <tglx@linutronix.de>
Fri, 25 Mar 2011 15:26:01 +0000 (16:26 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 29 Mar 2011 12:48:11 +0000 (14:48 +0200)
commit5392cc0655102f3a277cedc5c7209999febe2c53
tree6c2e1978e9615b5244dcd587185b507035f4877f
parent692654de3e389eaf212faf9ca5c83f0b12bfabce
powerpc: xilinx: 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 the LEVEL flag.

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