diff options
author | Luca Ceresoli <luca@lucaceresoli.net> | 2019-05-10 12:03:39 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2019-05-28 11:28:15 +0300 |
commit | 919c46c89bff432f45994259d28d774212cf6e8d (patch) | |
tree | b9e9e9195170836f3676efad8d6030ea5fcc6e6e | |
parent | 315c1a8ebd74386e629fe03b220117a00a22afc0 (diff) | |
download | linux-919c46c89bff432f45994259d28d774212cf6e8d.tar.xz |
Documentation: gpio: remove duplicated lines
The 'default (active high)' lines are repeated twice. Avoid people stare at
their screens looking for differences.
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Reviewed-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r-- | Documentation/driver-api/gpio/consumer.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/driver-api/gpio/consumer.rst b/Documentation/driver-api/gpio/consumer.rst index 5e4d8aa68913..23d68c321c5c 100644 --- a/Documentation/driver-api/gpio/consumer.rst +++ b/Documentation/driver-api/gpio/consumer.rst @@ -283,8 +283,6 @@ To summarize:: gpiod_set_value(desc, 1); default (active high) high gpiod_set_value(desc, 0); active low high gpiod_set_value(desc, 1); active low low - gpiod_set_value(desc, 0); default (active high) low - gpiod_set_value(desc, 1); default (active high) high gpiod_set_value(desc, 0); open drain low gpiod_set_value(desc, 1); open drain high impedance gpiod_set_value(desc, 0); open source high impedance |