gpio: fix aspeed_gpio unmask irq
authorGovert Overgaauw <govert.overgaauw@prodrive-technologies.com>
Fri, 6 Apr 2018 12:41:35 +0000 (14:41 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 26 Apr 2018 09:13:04 +0000 (11:13 +0200)
commitf241632fd087d3d9fbd5450f4d8c8604badd8348
tree670a2577106080c5b6ebf088b5c80750030f9acc
parent60cc43fc888428bb2f18f08997432d426a243338
gpio: fix aspeed_gpio unmask irq

The unmask function disables all interrupts in a bank when unmasking an
interrupt. Only disable the given interrupt.

Cc: stable@vger.kernel.org
Signed-off-by: Govert Overgaauw <govert.overgaauw@prodrive-technologies.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-aspeed.c