OSDN Git Service

gpio: lynxpoint: 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>
Mon, 3 Dec 2018 11:29:56 +0000 (13:29 +0200)
commit502ae42ca600760cf32c4de320a91cc37dd5ac89
tree223f1a1b00a42a2cdc5067e86bc7a8dea5e10e77
parent226e6b866d741a8cfb7486e7f0767fe4e018413c
gpio: lynxpoint: 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-lynxpoint.c