From: Thomas Gleixner Date: Fri, 25 Mar 2011 11:12:27 +0000 (+0000) Subject: mfd: ezx-pcap: Remvove open coded irq handling X-Git-Tag: v2.6.39-rc1~33^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73a6839fdb7f3f5ac7bfaee0796dd7647b9c9376;p=pandora-kernel.git mfd: ezx-pcap: Remvove open coded irq handling There is no point in checking irq_desc here, as it _is_ available. The driver configured those lines, so they cannot go away. The home brewn disabled/note_interrupt magic can be removed as well by adding a irq_disable callback which avoids the lazy disable. That driver needs to be converted to threaded interrupts. Signed-off-by: Thomas Gleixner Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed