From: Thomas Gleixner Date: Fri, 25 Mar 2011 11:12:31 +0000 (+0000) Subject: mfd: twl6030: Cleanup interrupt handling X-Git-Tag: v2.6.39-rc1~33^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c22435a307e00b8ae947b79a8c0d94ab0bef404c;p=pandora-kernel.git mfd: twl6030: Cleanup interrupt handling irq_desc checking in the interrupt demux routine is totally pointless. The driver sets those lines up, so that cant go away magically. Remove the open coded handler magic and use the proper accessor. This driver needs to be converted to threaded interrupts and buslock. Signed-off-by: Thomas Gleixner Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed