u-boot/drivers/adc
Andrew Goodbody 110a23e479 imx93: adc: local variable ret should not be unsigned
Local variable ret is declared as unsigned but is used to receive the
return value of functions that return int. ret is then tested for being
negative which must always fail. Change ret to be an int.

This issue was found by Smatch.

Signed-off-by: Andrew Goodbody <andrew.goodbody@linaro.org>
2025-07-24 08:00:08 -03:00
..
adc-uclass.c adc: Allow use of adc with DM_REGULATOR disabled 2024-10-26 10:46:48 +08:00
exynos-adc.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
imx93-adc.c imx93: adc: local variable ret should not be unsigned 2025-07-24 08:00:08 -03:00
Kconfig adc: Tighten some adc driver dependencies 2025-07-10 08:41:05 -06:00
Makefile global: Rename SPL_TPL_ to PHASE_ 2024-10-11 11:44:48 -06:00
meson-saradc.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
rockchip-saradc.c adc: rockchip-saradc: Add support for RK3528 2025-04-23 22:12:04 +08:00
sandbox.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
stm32-adc-core.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
stm32-adc-core.h adc: Drop dm.h header file 2020-08-03 22:19:54 -04:00
stm32-adc.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00