commit | 808b9931d5a06760315c0dd02519da78cb944d8e | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert+renesas@glider.be> | Wed Nov 20 16:45:21 2019 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Fri Nov 22 13:55:16 2019 +0100 |
tree | 90cfe0cc27c7e36e103830e7289c6d041b7f7fb6 | |
parent | 51158416c24d8aca224ac80dc0ee82d90438b8c8 [diff] |
gpio: of: Fix bogus reference to gpiod_get_count() The recommended function is called gpiod_count(), not gpiod_get_count(). Fixes: f626d6dfb7098525 ("gpio: of: Break out OF-only code") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/20191120154521.16273-1-geert+renesas@glider.be Signed-off-by: Linus Walleij <linus.walleij@linaro.org>