]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: gpio: Correct do_gpio() return value
authorLuka Kovacic <luka.kovacic@sartura.hr>
Sun, 5 Jan 2020 19:10:56 +0000 (20:10 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 7 Feb 2020 18:59:58 +0000 (13:59 -0500)
commita8f4e9f5cf3973e0a1f2893ebba2101bdbf84b40
treecb620b0b0e18ca606ebe74bcc920977a4883c3a4
parent0ecc8c84ce5a59e4e52ab2a757785af9b4de0af7
cmd: gpio: Correct do_gpio() return value

Use the correct return value in function do_gpio() and update
commands documentation with the return values from command_ret_t enum.

CMD_RET_SUCCESS is returned on command success and CMD_RET_FAILURE is
returned on command failure.

The command was returning the pin value, which caused confusion when
debugging (#define DEBUG).

Signed-off-by: Luka Kovacic <luka.kovacic@sartura.hr>
Tested-by: Robert Marko <robert.marko@sartura.hr>
cmd/gpio.c
doc/README.commands