diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2021-05-10 22:46:33 +0300 |
---|---|---|
committer | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2021-05-12 13:54:27 +0200 |
commit | 6453b9532b5f77d19837b159c4d074f0af9f141b (patch) | |
tree | ef935ccfcbf1e12c43bb2e23272a8e2407a01e48 /drivers/gpio/gpio-stmpe.c | |
parent | 02b3f84d9080b0f4297f31258307f626a43faba5 (diff) | |
download | linux-6453b9532b5f77d19837b159c4d074f0af9f141b.tar.gz |
gpio: xilinx: No need to disable IRQs in the handler
In IRQ handler interrupts are already disabled, hence no need
to repeat it. Even in the threaded case, it is not a problem
because IRQ framework keeps interrupt disabled there as well.
Remove disabling IRQ part in the handler.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Tested-by: Neeli Srinivas <sneeli@xilinx.com>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Diffstat (limited to 'drivers/gpio/gpio-stmpe.c')
0 files changed, 0 insertions, 0 deletions