On Thu, Sep 25, 2014 at 6:09 PM, Grygorii Strashko
<[email protected]> wrote:

> There is no guarantee that VIRQs will be allocated sequentially
> for gpio irqchip in gpiochip_irqchip_add().
> Therefore, it's unsafe to dispose VIRQ in gpiochip_irqchip_remove()
> basing on index relatively to stored irq_base value.
>
> Hence, use irq_find_mapping for VIRQ finding  in gpiochip_irqchip_remove()
> instead of irq_base + index.
>
> Reported-by: Wang, Yalin <[email protected]>
> Signed-off-by: Grygorii Strashko <[email protected]>

Patch applied.

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