../drivers/net/ethernet/intel/i40e/i40e_common.c:1213:2: warning: variable 'cmd' is uninitialized when used here [-Wuninitialized] 1213 | cmd->max_frame_size = cpu_to_le16(max_frame_size); | ^~~ ../drivers/net/ethernet/intel/i40e/i40e_common.c:1205:36: note: initialize the variable 'cmd' to silence this warning 1205 | struct i40e_aq_set_mac_config *cmd; | ^ | = NULL 1 warning generated. ../drivers/net/ethernet/intel/i40e/i40e_common.c:1213:2: warning: variable 'cmd' is uninitialized when used here [-Wuninitialized] 1213 | cmd->max_frame_size = cpu_to_le16(max_frame_size); | ^~~ ../drivers/net/ethernet/intel/i40e/i40e_common.c:1205:36: note: initialize the variable 'cmd' to silence this warning 1205 | struct i40e_aq_set_mac_config *cmd; | ^ | = NULL 1 warning generated. New errors added --- /tmp/tmp.LV9iOWC1yw 2025-08-14 14:34:28.710155893 -0700 +++ /tmp/tmp.Ccmq95wtPV 2025-08-14 14:35:54.342728651 -0700 @@ -0,0 +1,8 @@ +../drivers/net/ethernet/intel/i40e/i40e_common.c:1213:2: warning: variable 'cmd' is uninitialized when used here [-Wuninitialized] + 1213 | cmd->max_frame_size = cpu_to_le16(max_frame_size); + | ^~~ +../drivers/net/ethernet/intel/i40e/i40e_common.c:1205:36: note: initialize the variable 'cmd' to silence this warning + 1205 | struct i40e_aq_set_mac_config *cmd; + | ^ + | = NULL +1 warning generated. Per-file breakdown --- /tmp/tmp.vkyz04FXbx 2025-08-14 14:36:51.752442219 -0700 +++ /tmp/tmp.T6TxTzQLSl 2025-08-14 14:36:51.756442199 -0700 @@ -0,0 +1 @@ + 2 ../drivers/net/ethernet/intel/i40e/i40e_common.c