Files
u-boot/drivers/net
Andrew Goodbody 3aa3d37282 net: mvpp2: Cannot test unsigned variable to be negative
In phy_info_parse all uses of the variable phyaddr are as an int so
declaring as u32 is not useful and prevents the test for an error return
from fdtdec_get_int ever detecting an error. Change phyaddr to be an
int.

This issue was found by Smatch.

Signed-off-by: Andrew Goodbody <andrew.goodbody@linaro.org>
2025-08-18 15:47:57 +02:00
..
2021-09-28 18:50:56 +03:00
2025-05-05 14:16:50 -06:00
2025-05-05 14:16:50 -06:00
2022-12-07 16:04:17 -05:00
2025-08-01 09:30:47 +02:00
2022-11-28 10:25:17 -05:00
2024-07-22 10:53:05 -06:00
2025-08-01 09:30:47 +02:00
2022-12-22 10:31:48 -05:00
2025-05-04 20:25:03 +02:00
2025-08-06 16:52:27 +02:00
2025-07-10 19:26:55 +02:00
2024-01-29 22:35:02 -05:00