========== build_clang - FAILED Documentation/.renames.txt: warning: ignored by one of the .gitignore files Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/net/ethernet/meta/fbnic/fbnic_swmii.c:17:6: warning: variable 'aui' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 17 | if (fbd->netdev) { | ^~~~~~~~~~~ ../drivers/net/ethernet/meta/fbnic/fbnic_swmii.c:22:10: note: uninitialized use occurs here 22 | switch (aui) { | ^~~ ../drivers/net/ethernet/meta/fbnic/fbnic_swmii.c:17:2: note: remove the 'if' if its condition is always true 17 | if (fbd->netdev) { | ^~~~~~~~~~~~~~~~ ../drivers/net/ethernet/meta/fbnic/fbnic_swmii.c:15:8: note: initialize the variable 'aui' to silence this warning 15 | u8 aui; | ^ | = '\0' 1 warning generated. New errors added --- /tmp/tmp.iEkBz0YnSH 2025-10-24 17:03:39.229286385 -0700 +++ /tmp/tmp.eH0ur0JgYT 2025-10-24 17:07:24.829724376 -0700 @@ -1,0 +2,14 @@ +../drivers/net/ethernet/meta/fbnic/fbnic_swmii.c:17:6: warning: variable 'aui' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] + 17 | if (fbd->netdev) { + | ^~~~~~~~~~~ +../drivers/net/ethernet/meta/fbnic/fbnic_swmii.c:22:10: note: uninitialized use occurs here + 22 | switch (aui) { + | ^~~ +../drivers/net/ethernet/meta/fbnic/fbnic_swmii.c:17:2: note: remove the 'if' if its condition is always true + 17 | if (fbd->netdev) { + | ^~~~~~~~~~~~~~~~ +../drivers/net/ethernet/meta/fbnic/fbnic_swmii.c:15:8: note: initialize the variable 'aui' to silence this warning + 15 | u8 aui; + | ^ + | = '\0' +1 warning generated. Per-file breakdown --- /tmp/tmp.8E3BA1cPE1 2025-10-24 17:10:47.287176377 -0700 +++ /tmp/tmp.Xg2t8nLP7t 2025-10-24 17:10:47.291176339 -0700 @@ -0,0 +1 @@ + 2 ../drivers/net/ethernet/meta/fbnic/fbnic_swmii.c