next: allmodconfig: phy-mtk-hdmi-mt8195.c:298:6: error: variable 'ret' is uninitialized when used here [-Werror,-Wuninitialized]
Naresh Kamboju
naresh.kamboju at linaro.org
Fri Apr 14 02:44:27 PDT 2023
Following build warnings / errors noticed while building allmodconfig for arm64
with clang-16 on Linux next-20230414.
Reported-by: Linux Kernel Functional Testing <lkft at linaro.org>
drivers/phy/mediatek/phy-mtk-hdmi-mt8195.c:298:6: error: variable
'ret' is uninitialized when used here [-Werror,-Wuninitialized]
if (ret)
^~~
drivers/phy/mediatek/phy-mtk-hdmi-mt8195.c:216:12: note: initialize
the variable 'ret' to silence this warning
int i, ret;
^
= 0
1 error generated.
--
Linaro LKFT
https://lkft.linaro.org
More information about the linux-phy
mailing list