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.
Showing
Please register or sign in to comment