Skip to content
Commit 9e9509e3 authored by Michał Mirosław's avatar Michał Mirosław Committed by Linus Walleij
Browse files

gpio: tegra: fix unbalanced chained_irq_enter/exit

When more than one GPIO IRQs are triggered simultaneously,
tegra_gpio_irq_handler() called chained_irq_exit() multiple
times for one chained_irq_enter().

Fixes: 3c92db9a


Signed-off-by: default avatarMichał Mirosław <mirq-linux@rere.qmqm.pl>
[Also changed the variable to a bool]
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent df1e76f2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment