]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Input: revert "gpio_keys - switch to using threaded IRQs"
authorDavid Jander <david@protonic.nl>
Mon, 19 Mar 2012 06:36:29 +0000 (23:36 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 20 Mar 2012 00:56:04 +0000 (17:56 -0700)
commit6709c9a5d8c53092cbe89128df4e0a549e93133b
tree55f83aeda4893a9df56a4395cbd82889687a2040
parentd9080921aa32c70a95476ce387e973787b892591
Input: revert "gpio_keys - switch to using threaded IRQs"

request_any_context_irq() should handle the case when using GPIO expanders
that themselves use threaded IRQs, and so the premise of change
7e2ecdf438bb479e2b4667fc16b1a84d6348da04 is incorrect.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/keyboard/gpio_keys.c