commit | a47164dfc1ef899ef9ddc6d8f2a17f0e9e90ef34 | [log] [tgz] |
---|---|---|
author | Jonathan Liu <net147@gmail.com> | Tue Mar 28 17:44:23 2023 +1100 |
committer | Simon Glass <sjg@chromium.org> | Fri Mar 31 08:32:52 2023 +1300 |
tree | 2be8e2916284f13f29cda0f75c01eeeb3ffad485 | |
parent | 49d8cc4cbe18c7ffdc7e9699b9b64545288ecb1f [diff] |
sysreset: gpio: fix gpio_reboot_request return value It should return -EINPROGRESS if successful otherwise sysreset-uclass will continue to the next sysreset device. Signed-off-by: Jonathan Liu <net147@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>