On Tue, Sep 16, 2014 at 3: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().
>
> Signed-off-by: Jarkko Nikula <[email protected]>
> Cc: Stable <[email protected]> # 3.15+

Patch applied for fixes with Alex's review tag.

Yours,
Linus Walleij
--
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

Reply via email to