mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-05 23:06:59 +02:00
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> |
||
---|---|---|
.. | ||
adc-uclass.c | ||
exynos-adc.c | ||
imx93-adc.c | ||
Kconfig | ||
Makefile | ||
meson-saradc.c | ||
rockchip-saradc.c | ||
sandbox.c | ||
stm32-adc-core.c | ||
stm32-adc-core.h | ||
stm32-adc.c |