mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-14 00:51:24 +02: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>