commit | a18686cda14cf0281a00fe1cd44c2647d351d4aa | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 30 15:52:20 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 12 08:14:24 2022 -0400 |
tree | 5d438ccc4614968a7128624b32128eabdcc17557 | |
parent | 988cacaeedae920c13741c9ab2fc580f63a06c3a [diff] |
bootstd: Tidy up var naming in bootdev_setup_iter_order() Avoid using 'count' to mean either a count or an error, since this is confusing. In fact, the called function never return 0, since that is an error. Use 'ret' instead. Signed-off-by: Simon Glass <sjg@chromium.org>