gpio: crystalcove: 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, 8 Feb 2019 13:55:38 +0000 (15:55 +0200)
commitfcce88d9ca1ae202801b75554c951a2393473afc
tree8f0be6533da50e9f9ef841ba4e78e2b7ff62ec62
parentbfeffd155283772bbe78c6a05dec7c0128ee500c
gpio: crystalcove: 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>
Reviewed-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
drivers/gpio/gpio-crystalcove.c