From: Thomas Gleixner Date: Fri, 25 Mar 2011 15:16:30 +0000 (+0100) Subject: powerpc: ipic: Cleanup flow type handling X-Git-Tag: v2.6.39-rc1~6^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecf4b1961583e2a56fc935061f56f782173d0749;p=pandora-kernel.git powerpc: ipic: 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 new core code allows to update the type in irq_data and return IRQ_SET_MASK_OK_NOCOPY, so the core code will not touch it, except for setting the IRQ_LEVEL flag. Use the proper accessors for setting the irq handlers. Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed