From: Tony Lindgren Date: Tue, 7 Feb 2006 23:10:33 +0000 (-0800) Subject: ARM: OMAP: Fix gpio irq level detection X-Git-Tag: v2.6.16-omap1~102 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0f0c28bb96e7976f29c2a709fa451c48d64ec63;p=pandora-kernel.git ARM: OMAP: Fix gpio irq level detection The new way to pass level detection is with the SA_TRIGGER_* flags wit request_irq instead of set_irq_type(). As we may get other flags in the trigger, we must mask the flag instead of comparing it directly. --- Reading git-diff-tree failed