commit | a01e78d9248fd93a0e69674e597f3d8e03194fa7 | [log] [tgz] |
---|---|---|
author | Luka Kovacic <luka.kovacic@sartura.hr> | Sun Jan 05 20:10:56 2020 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Feb 07 13:59:58 2020 -0500 |
tree | cb620b0b0e18ca606ebe74bcc920977a4883c3a4 | |
parent | 41b675d91a9ce92ae53607e8167857280910fd85 [diff] |
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>