Commit 808b9931 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Walleij

gpio: of: Fix bogus reference to gpiod_get_count()

The recommended function is called gpiod_count(), not gpiod_get_count().

Fixes: f626d6df ("gpio: of: Break out OF-only code")
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20191120154521.16273-1-geert+renesas@glider.beSigned-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 51158416
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
* This is used by external users of of_gpio_count() from <linux/of_gpio.h> * This is used by external users of of_gpio_count() from <linux/of_gpio.h>
* *
* FIXME: get rid of those external users by converting them to GPIO * FIXME: get rid of those external users by converting them to GPIO
* descriptors and let them all use gpiod_get_count() * descriptors and let them all use gpiod_count()
*/ */
int of_gpio_get_count(struct device *dev, const char *con_id) int of_gpio_get_count(struct device *dev, const char *con_id)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment