u-boot/board/atmel/common
Michal Suchanek 1d0617bd74 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>
2022-10-17 21:17:12 -06:00
..
board.c global: Convert simple_strtoul() with decimal to dectoul() 2021-08-02 13:32:14 -04:00
mac-spi-nor.c common: Drop net.h from common header 2020-05-18 17:33:31 -04:00
mac_eeprom.c dm: treewide: Use uclass_next_device_err when accessing second device 2022-10-17 21:17:12 -06:00
Makefile board: atmel: sama5d27_wlsom1_ek: Set ethaddr from spi-nor flash 2019-12-17 09:49:05 +02:00
video_display.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00