On Tue, Sep 16, 2014 at 10:23 PM, Jarkko Nikula <[email protected]> wrote: > There is possibility with misconfigured pins that interrupt occurs instantly > after setting irq_set_chained_handler() in gpiochip_set_chained_irqchip(). > Now if handler gets called before irq_set_handler_data() the handler gets > NULL handler data. > > Fix this by moving irq_set_handler_data() call before > irq_set_chained_handler() in gpiochip_set_chained_irqchip().
Reviewed-by: Alexandre Courbot <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
