• Tony Lindgren's avatar
    ARM: OMAP: Fix gpio irq level detection · c0f0c28b
    Tony Lindgren authored
    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.
    c0f0c28b
gpio.c 28.1 KB