commit | f989147a28d7c6ca654a5cfba358bd6fa9b9600f | [log] [tgz] |
---|---|---|
author | Maxim Uvarov <maxim.uvarov@linaro.org> | Tue Dec 26 21:46:13 2023 +0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Jan 11 11:24:58 2024 -0500 |
tree | 32d897e18512f35934de2b6416c5d8a0117a5ff6 | |
parent | b5977fc359258deaa0fec64a1720d3bd6cceb4d6 [diff] |
net/smc911x: fix return from smc911x_send return value of smc911x_send is ignored, but on sucesseful send we need return 0 and or error -ETIMEOUT, not opposite. Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>