commit | 93ccce505165a664681d3765d3380d0ef79b6ea7 | [log] [tgz] |
---|---|---|
author | Michal Suchanek <msuchanek@suse.de> | Wed Oct 12 21:58:00 2022 +0200 |
committer | Simon Glass <sjg@chromium.org> | Mon Oct 17 21:17:12 2022 -0600 |
tree | 7b1bb422dc86e74024f242cad157ee8a4eff97a8 | |
parent | ac12a2f429316c1e6134f876431630f6d453aac7 [diff] |
dm: treewide: Use uclass_next_device_err when accessing second device There are a couple users of uclass_next_device return value that get the first device by other means and use uclass_next_device assuming the following device in the uclass is related to the first one. Use uclass_next_device_err because the return value from uclass_next_device will be removed in a later patch. Signed-off-by: Michal Suchanek <msuchanek@suse.de> Reviewed-by: Simon Glass <sjg@chromium.org>