]> git.baikalelectronics.ru Git - kernel.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)
commita5497af98c689ac1bb15a237b1105835d21512a4
treeccd188292542cea22a25e85675ae272eaee8e219
parent503fda92f3bd5841d63ba8224709595786ab1c65
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