]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
gpio: lynxpoint: set default handler to be handle_bad_irq()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 9 Oct 2019 15:59:11 +0000 (18:59 +0300)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 14 Oct 2019 23:19:05 +0000 (01:19 +0200)
commit75e99bf5ed8fa74bc80d693d8e0a24eeaa38202b
tree18e5b5487453af41fb99f597562bb05763c78ec7
parent4c87540940cbc7ddbe9674087919c605fd5c2ef1
gpio: lynxpoint: set default handler to be handle_bad_irq()

We switch the default handler to be handle_bad_irq() instead of
handle_simple_irq() (which was not correct anyway).

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-lynxpoint.c