]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
gpiolib: Fix references to gpiod_[gs]et_*value_cansleep() variants
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 1 Jul 2019 14:27:38 +0000 (16:27 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 4 Jul 2019 07:35:16 +0000 (09:35 +0200)
commit3285170f28a850638794cdfe712eb6d93e51e706
tree8ad26c0b609ac5c043b873aadf147b894311a564
parentf99d479bcb78ecc0243f1fcc53d7081fa150d7eb
gpiolib: Fix references to gpiod_[gs]et_*value_cansleep() variants

Commit 372e722ea4dd4ca1 ("gpiolib: use descriptors internally") renamed
the functions to use a "gpiod" prefix, and commit 79a9becda8940deb
("gpiolib: export descriptor-based GPIO interface") introduced the "raw"
variants, but both changes forgot to update the comments.

Readd a similar reference to gpiod_set_value(), which was accidentally
removed by commit 1e77fc82110ac36f ("gpio: Add missing open drain/source
handling to gpiod_set_value_cansleep()").

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20190701142738.25219-1-geert+renesas@glider.be
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpiolib.c