]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: pch: Use for_each_set_bit() in IRQ handler
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 6 Nov 2018 12:38:55 +0000 (14:38 +0200)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 7 Dec 2018 14:40:24 +0000 (16:40 +0200)
commitc031233c7203ff2b8d292c9f098b706d07a40c67
tree5f6bf30852c5619d03a9fd28cc40f76d82bcaba9
parent5eb9c2deb179236aa8556745198370ca005a6787
gpio: pch: Use for_each_set_bit() in IRQ handler

This simplifies and standardizes the AB IRQ handler by using
the for_each_set_bit() library function.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/gpio/gpio-pch.c