From: Thomas Gleixner Date: Fri, 25 Mar 2011 15:07:51 +0000 (+0100) Subject: powerpc: cpm2_pic: Cleanup flow type handling X-Git-Tag: v2.6.39-rc1~6^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a28ab38c440d0391d8a3673514e4cfb079445309;p=pandora-kernel.git powerpc: cpm2_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 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