commit | 8bab46750a501198f60fa295b55ec268c0297285 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 07 10:24:06 2024 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 12 16:35:24 2024 -0600 |
tree | cadbec0dfe15d14fc941e8cf5ba6a98c96c4bd4e | |
parent | f45f5dbb147c93da5587a20c0870f676a31e7ee2 [diff] |
spl: Drop a duplicate variable in boot_from_devices() The variable 'ret' is defined twice, which is not intended. This may have been a local merge error. Signed-off-by: Simon Glass <sjg@chromium.org> Fixes: 2eefeb6d893 ("spl: Report a loader failure")