From: Johannes Berg Date: Tue, 18 Mar 2014 13:13:06 +0000 (+0100) Subject: iwlwifi: mvm: remove spurious blank line X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=d966211487f2a28ed656899c7f35f674b5ea38ad;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git iwlwifi: mvm: remove spurious blank line Remove a spurious blank line in the quota code. Signed-off-by: Johannes Berg Signed-off-by: Emmanuel Grumbach --- diff --git a/drivers/net/wireless/iwlwifi/mvm/quota.c b/drivers/net/wireless/iwlwifi/mvm/quota.c index 7ec62efe420b..35e86e06dffd 100644 --- a/drivers/net/wireless/iwlwifi/mvm/quota.c +++ b/drivers/net/wireless/iwlwifi/mvm/quota.c @@ -262,7 +262,6 @@ int iwl_mvm_update_quotas(struct iwl_mvm *mvm, struct ieee80211_vif *newvif) * binding. */ cmd.quotas[idx].quota = cpu_to_le32(QUOTA_LOWLAT_MIN); - else cmd.quotas[idx].quota = cpu_to_le32(quota * data.n_interfaces[i]);