]> asedeno.scripts.mit.edu Git - linux.git/commit
Documentation: gpio: Fix return type of gpiod_set_raw_array_value*()
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 27 Sep 2018 11:38:08 +0000 (13:38 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 1 Oct 2018 10:21:38 +0000 (12:21 +0200)
commitc2937668d14456f2a361fbf5cc72764965171982
treee48441f974ae52c87b170ff2c032aaf7711e523d
parent799d5eb4e7aede8ddfcdd313eeb875f4eea860be
Documentation: gpio: Fix return type of gpiod_set_raw_array_value*()

The return type of gpiod_set_raw_array_value() and
gpiod_set_raw_array_value_cansleep() was changed from void to int, but
the doc update was forgotten.

Fixes: 3027743f83f867d8 ("gpio: Remove VLA from gpiolib")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Documentation/driver-api/gpio/consumer.rst