Message ID | 20210128163947.643705-1-colin.king@canonical.com |
---|---|
State | New |
Headers | show |
Series | iwlwifi: mvm: remove redundant initialization of variable phy_id | expand |
diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/quota.c b/drivers/net/wireless/intel/iwlwifi/mvm/quota.c index 3d0166df2002..4a0ba7f44900 100644 --- a/drivers/net/wireless/intel/iwlwifi/mvm/quota.c +++ b/drivers/net/wireless/intel/iwlwifi/mvm/quota.c @@ -90,7 +90,7 @@ static void iwl_mvm_adjust_quota_for_noa(struct iwl_mvm *mvm, { #ifdef CONFIG_NL80211_TESTMODE struct iwl_mvm_vif *mvmvif; - int i, phy_id = -1, beacon_int = 0; + int i, phy_id, beacon_int = 0; if (!mvm->noa_duration || !mvm->noa_vif) return;