]> asedeno.scripts.mit.edu Git - linux.git/commit
gpio: ep93xx: Use for_each_set_bit() in IRQ handler
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 22 Aug 2018 20:41:09 +0000 (22:41 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 29 Aug 2018 07:09:02 +0000 (09:09 +0200)
commit68491b075db2e905d7df1594cf127da9bcd05cab
tree9e0e30802f92ab93f62825c9d8da168281a52f4a
parent51ba88e32ff5b3caee39862c862a7a1fbae78b2b
gpio: ep93xx: 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.

Acked-by: Alexander Sverdlin <alexander.sverdlin@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-ep93xx.c