]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ARM: OMAP: Fix gpio irq level detection
authorTony Lindgren <tony@atomide.com>
Tue, 7 Feb 2006 23:10:33 +0000 (15:10 -0800)
committerTony Lindgren <tony@atomide.com>
Tue, 7 Feb 2006 23:10:33 +0000 (15:10 -0800)
commitc0f0c28bb96e7976f29c2a709fa451c48d64ec63
tree3ad974c0b48dae41c5a7c0ae0657d2813600acf0
parent567e8f546965d4833540254107949d40d4233ddb
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.
arch/arm/plat-omap/gpio.c