diff options
author | Andrew Goodbody <andrew.goodbody@linaro.org> | 2025-08-05 15:18:18 +0100 |
---|---|---|
committer | Jerome Forissier <jerome.forissier@linaro.org> | 2025-08-18 15:47:57 +0200 |
commit | 3aa3d37282414ea5c19ea415f46d214f4c80d8b6 (patch) | |
tree | 1322b14d37ddbd505cbd2f70dce6904b16f590cd /drivers/fpga/ACEX1K.c | |
parent | 6781b90f89b427ec9445c43f8102ebe0a4330e54 (diff) |
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>
Diffstat (limited to 'drivers/fpga/ACEX1K.c')
0 files changed, 0 insertions, 0 deletions