]> asedeno.scripts.mit.edu Git - linux.git/commit
gpio: use new gpio_set_config() helper in more places
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 7 Feb 2019 16:28:57 +0000 (17:28 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 13 Feb 2019 08:09:06 +0000 (09:09 +0100)
commit6581eaf0e890756e093e2f44916edb5e7e6558ca
treeccd188292542cea22a25e85675ae272eaee8e219
parent71479789851bdd9d56cd9e82892b0a3bee0a4c2a
gpio: use new gpio_set_config() helper in more places

As suggested by Linus Walleij, let's use the new gpio_set_config()
helper in gpiod_set_debounce() and gpiod_set_transitory().

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpiolib.c