u-boot/drivers/w1
Michal Suchanek 4954937d92 dm: treewide: Do not use the return value of simple uclass iterator
uclass_first_device/uclass_next_device return value will be removed,
don't use it.

With the current implementation dev is equivalent to !ret. It is
redundant to check both, ret check can be replaced with dev check, and
ret check inside the iteration is dead code.

Signed-off-by: Michal Suchanek <msuchanek@suse.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
2022-10-29 07:36:33 -06:00
..
Kconfig arm: Remove zmx25 board and ARCH_MX25 2021-10-01 21:08:18 -04:00
Makefile w1: Add driver for i.MX bus master controller 2019-01-01 14:12:18 +01:00
mxc_w1.c w1: mxc: fix build 2021-01-23 11:30:31 +01:00
w1-gpio.c w1: w1-gpio: claim the gpio with correct initial flag 2021-07-06 15:17:10 +03:00
w1-uclass.c dm: treewide: Do not use the return value of simple uclass iterator 2022-10-29 07:36:33 -06:00