gpio: ep93xx: Rename has_debounce to has_irq
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 22 Aug 2018 20:41:05 +0000 (22:41 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 29 Aug 2018 07:08:47 +0000 (09:08 +0200)
commit3c38b3a3065eef10a12f5cf6c711f640d53ddb1a
treea60903150d572e32b5a3ae9e96cd4997342cc148
parent991ce74eeb561650705766bbbcc1a6e3a49f358e
gpio: ep93xx: Rename has_debounce to has_irq

This is closer to what the variable (per bank) actually
means. We have the .gpio_to_irq() hook registered only
when this is true.

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