Michal Suchanek 28a22cd9a4 bootstd: Fix listing boot devices
bootdev_list() uses uclass_*_device_err() to iterate devices.
However, the only value _err adds is returning an error when the device
pointer is null, and that's checked anyway.

Also there is some intent to report errors, and that's what
uclass_*_device_check() is for, use it.

Signed-off-by: Michal Suchanek <msuchanek@suse.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
2022-10-17 21:17:12 -06:00
..
2022-01-19 18:11:34 +01:00
2022-09-29 16:07:57 -04:00
2021-11-11 19:01:56 -05:00
2022-01-19 18:11:34 +01:00
2021-11-11 19:01:56 -05:00
2021-11-11 19:01:56 -05:00
2021-11-11 19:01:56 -05:00
2022-09-29 16:07:57 -04:00
2022-08-12 08:17:11 -04:00
2022-08-12 08:17:11 -04:00
2022-08-26 16:32:59 -06:00