========== build_clang - FAILED Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/net/dsa/mxl862xx/mxl862xx-host.c:163:7: warning: variable 'cmd_ret' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] 163 | if (ret < 0) | ^~~~~~~ ../drivers/net/dsa/mxl862xx/mxl862xx-host.c:207:9: note: uninitialized use occurs here 207 | return cmd_ret; | ^~~~~~~ ../drivers/net/dsa/mxl862xx/mxl862xx-host.c:163:3: note: remove the 'if' if its condition is always false 163 | if (ret < 0) | ^~~~~~~~~~~~ 164 | goto out; | ~~~~~~~~ ../drivers/net/dsa/mxl862xx/mxl862xx-host.c:157:8: warning: variable 'cmd_ret' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] 157 | if (ret < 0) | ^~~~~~~ ../drivers/net/dsa/mxl862xx/mxl862xx-host.c:207:9: note: uninitialized use occurs here 207 | return cmd_ret; | ^~~~~~~ ../drivers/net/dsa/mxl862xx/mxl862xx-host.c:157:4: note: remove the 'if' if its condition is always false 157 | if (ret < 0) | ^~~~~~~~~~~~ 158 | goto out; | ~~~~~~~~ ../drivers/net/dsa/mxl862xx/mxl862xx-host.c:146:6: warning: variable 'cmd_ret' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] 146 | if (ret < 0) | ^~~~~~~ ../drivers/net/dsa/mxl862xx/mxl862xx-host.c:207:9: note: uninitialized use occurs here 207 | return cmd_ret; | ^~~~~~~ ../drivers/net/dsa/mxl862xx/mxl862xx-host.c:146:2: note: remove the 'if' if its condition is always false 146 | if (ret < 0) | ^~~~~~~~~~~~ 147 | goto out; | ~~~~~~~~ ../drivers/net/dsa/mxl862xx/mxl862xx-host.c:137:18: note: initialize the variable 'cmd_ret' to silence this warning 137 | int ret, cmd_ret; | ^ | = 0 3 warnings generated. Documentation/.renames.txt: warning: ignored by one of the .gitignore files Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/net/dsa/mxl862xx/mxl862xx-host.c:163:7: warning: variable 'cmd_ret' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] 163 | if (ret < 0) | ^~~~~~~ ../drivers/net/dsa/mxl862xx/mxl862xx-host.c:207:9: note: uninitialized use occurs here 207 | return cmd_ret; | ^~~~~~~ ../drivers/net/dsa/mxl862xx/mxl862xx-host.c:163:3: note: remove the 'if' if its condition is always false 163 | if (ret < 0) | ^~~~~~~~~~~~ 164 | goto out; | ~~~~~~~~ ../drivers/net/dsa/mxl862xx/mxl862xx-host.c:157:8: warning: variable 'cmd_ret' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] 157 | if (ret < 0) | ^~~~~~~ ../drivers/net/dsa/mxl862xx/mxl862xx-host.c:207:9: note: uninitialized use occurs here 207 | return cmd_ret; | ^~~~~~~ ../drivers/net/dsa/mxl862xx/mxl862xx-host.c:157:4: note: remove the 'if' if its condition is always false 157 | if (ret < 0) | ^~~~~~~~~~~~ 158 | goto out; | ~~~~~~~~ ../drivers/net/dsa/mxl862xx/mxl862xx-host.c:146:6: warning: variable 'cmd_ret' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] 146 | if (ret < 0) | ^~~~~~~ ../drivers/net/dsa/mxl862xx/mxl862xx-host.c:207:9: note: uninitialized use occurs here 207 | return cmd_ret; | ^~~~~~~ ../drivers/net/dsa/mxl862xx/mxl862xx-host.c:146:2: note: remove the 'if' if its condition is always false 146 | if (ret < 0) | ^~~~~~~~~~~~ 147 | goto out; | ~~~~~~~~ ../drivers/net/dsa/mxl862xx/mxl862xx-host.c:137:18: note: initialize the variable 'cmd_ret' to silence this warning 137 | int ret, cmd_ret; | ^ | = 0 3 warnings generated. New errors added --- /tmp/tmp.ymcZdsrmh5 2025-12-13 20:28:10.576483713 -0500 +++ /tmp/tmp.qmFrWnvoB5 2025-12-13 20:29:36.815845664 -0500 @@ -1,0 +2,38 @@ +../drivers/net/dsa/mxl862xx/mxl862xx-host.c:163:7: warning: variable 'cmd_ret' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] + 163 | if (ret < 0) + | ^~~~~~~ +../drivers/net/dsa/mxl862xx/mxl862xx-host.c:207:9: note: uninitialized use occurs here + 207 | return cmd_ret; + | ^~~~~~~ +../drivers/net/dsa/mxl862xx/mxl862xx-host.c:163:3: note: remove the 'if' if its condition is always false + 163 | if (ret < 0) + | ^~~~~~~~~~~~ + 164 | goto out; + | ~~~~~~~~ +../drivers/net/dsa/mxl862xx/mxl862xx-host.c:157:8: warning: variable 'cmd_ret' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] + 157 | if (ret < 0) + | ^~~~~~~ +../drivers/net/dsa/mxl862xx/mxl862xx-host.c:207:9: note: uninitialized use occurs here + 207 | return cmd_ret; + | ^~~~~~~ +../drivers/net/dsa/mxl862xx/mxl862xx-host.c:157:4: note: remove the 'if' if its condition is always false + 157 | if (ret < 0) + | ^~~~~~~~~~~~ + 158 | goto out; + | ~~~~~~~~ +../drivers/net/dsa/mxl862xx/mxl862xx-host.c:146:6: warning: variable 'cmd_ret' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] + 146 | if (ret < 0) + | ^~~~~~~ +../drivers/net/dsa/mxl862xx/mxl862xx-host.c:207:9: note: uninitialized use occurs here + 207 | return cmd_ret; + | ^~~~~~~ +../drivers/net/dsa/mxl862xx/mxl862xx-host.c:146:2: note: remove the 'if' if its condition is always false + 146 | if (ret < 0) + | ^~~~~~~~~~~~ + 147 | goto out; + | ~~~~~~~~ +../drivers/net/dsa/mxl862xx/mxl862xx-host.c:137:18: note: initialize the variable 'cmd_ret' to silence this warning + 137 | int ret, cmd_ret; + | ^ + | = 0 +3 warnings generated. Per-file breakdown --- /tmp/tmp.omglXzUQ3P 2025-12-13 20:30:57.459249017 -0500 +++ /tmp/tmp.va2sHOZHU0 2025-12-13 20:30:57.461201593 -0500 @@ -0,0 +1 @@ + 4 ../drivers/net/dsa/mxl862xx/mxl862xx-host.c