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)
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.


No differences found