From: Thomas Gleixner Date: Fri, 25 Mar 2011 15:23:57 +0000 (+0100) Subject: powerpc: uic: Cleanup flow type handling X-Git-Tag: v2.6.39-rc1~6^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ac06cdadf3f6e9c52cf87304238bffdf4c71566;p=pandora-kernel.git 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 --- Reading git-diff-tree failed