From: Michał Mirosław Date: Tue, 18 Jul 2017 12:35:45 +0000 (+0200) Subject: gpio: tegra: fix unbalanced chained_irq_enter/exit X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31c0eacab3d550945ced448b9e31280d0b9cc3e1;p=pandora-kernel.git gpio: tegra: fix unbalanced chained_irq_enter/exit commit 9e9509e38fbe034782339eb09c915f0b5765ff69 upstream. 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: 3c92db9ac0ca3eee8e46e2424b6c074e2e394ad9 Signed-off-by: Michał Mirosław [Also changed the variable to a bool] Signed-off-by: Linus Walleij [bwh: Backported to 3.2: adjust context] Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed