]> 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)
commit535b6a15546ffffa36ea59fa8d198b3a19ebe335
treeccd188292542cea22a25e85675ae272eaee8e219
parent75ad9dd3a9ee3e2797be2e407c6c9131a599eeef
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