Files
u-boot/drivers/video
Andrew Goodbody de6b405e61 video: exynos: node variable should not be unsigned
THe variable 'node' is assigned a value of an int, tested for being less
than or equal to zero then passed as an argument to a function that
takes an int so 'node' should not be unsigned. Fix it.

This issue was found by Smatch.

Signed-off-by: Andrew Goodbody <andrew.goodbody@linaro.org>
2026-02-02 18:58:44 +09:00
..
2026-01-24 10:01:22 -06:00
2026-01-24 10:01:22 -06:00
2025-12-29 10:17:00 -03:00