mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-25 13:20:23 +00:00
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>