summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorMichal Suchanek <[email protected]>2022-10-12 21:57:53 +0200
committerSimon Glass <[email protected]>2022-10-17 21:17:12 -0600
commit28a22cd9a482b947b21646ae595e3284cdea3002 (patch)
tree59a2736c2065d68a79cbcc951a67d1729dec7f4b /include/linux
parent5afe93a18c92a5f08dc6d38c4525e378ffb5067a (diff)
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 <[email protected]> Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions