========== build_clang - FAILED .pylintrc: warning: ignored by one of the .gitignore files .pylintrc: warning: ignored by one of the .gitignore files ../drivers/dpll/zl3073x/core.c:994:3: warning: variable 'mask' is uninitialized when used here [-Wuninitialized] 994 | mask |= BIT(zldpll->id); | ^~~~ ../drivers/dpll/zl3073x/core.c:972:25: note: initialize the variable 'mask' to silence this warning 972 | u8 dpll_meas_ctrl, mask; | ^ | = '\0' 1 warning generated. New errors added --- /tmp/tmp.oxByEbXsly 2025-07-25 09:24:52.153045891 -0700 +++ /tmp/tmp.LPSLAKad84 2025-07-25 09:26:07.246678106 -0700 @@ -1,0 +2,8 @@ +../drivers/dpll/zl3073x/core.c:994:3: warning: variable 'mask' is uninitialized when used here [-Wuninitialized] + 994 | mask |= BIT(zldpll->id); + | ^~~~ +../drivers/dpll/zl3073x/core.c:972:25: note: initialize the variable 'mask' to silence this warning + 972 | u8 dpll_meas_ctrl, mask; + | ^ + | = '\0' +1 warning generated. Per-file breakdown --- /tmp/tmp.huFaxntfXP 2025-07-25 09:27:00.437417594 -0700 +++ /tmp/tmp.5IYxYWkIWD 2025-07-25 09:27:00.440417579 -0700 @@ -0,0 +1 @@ + 2 ../drivers/dpll/zl3073x/core.c