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. 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.