mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-25 11:22:18 +01:00
A common pattern is to call uclass_first_device() and then check if it actually returns a device. Add a new function which does this, returning an error if there are no devices in that uclass. Signed-off-by: Simon Glass <sjg@chromium.org>