Files
u-boot/drivers/usb/host
Andrew Goodbody adcec085e0 usb: xhci: exynos: variable node should be signed
The variable node is assigned to the return value of a function that
returns an int. It is tested for being negative and then passed as an
argument to a function that takes an int. So 'node' should not be
declared as unsigned. Correct it.

This issue was found by Smatch.

Signed-off-by: Andrew Goodbody <andrew.goodbody@linaro.org>
2025-10-28 16:33:15 +01:00
..
2025-04-11 12:16:44 -06:00
2024-08-13 06:06:02 +02:00
2024-07-22 10:53:06 -06:00
2024-10-27 17:24:13 -06:00
2024-12-11 08:36:24 +01:00