diff options
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-power.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-power.c b/drivers/net/wireless/iwlwifi/iwl-power.c index 081a7ea40c6c..4ec6a8307cc6 100644 --- a/drivers/net/wireless/iwlwifi/iwl-power.c +++ b/drivers/net/wireless/iwlwifi/iwl-power.c | |||
@@ -321,7 +321,7 @@ int iwl_power_update_mode(struct iwl_priv *priv, bool force) | |||
321 | if (priv->cfg->ops->lib->update_chain_flags && | 321 | if (priv->cfg->ops->lib->update_chain_flags && |
322 | update_chains) | 322 | update_chains) |
323 | priv->cfg->ops->lib->update_chain_flags(priv); | 323 | priv->cfg->ops->lib->update_chain_flags(priv); |
324 | else | 324 | else if (priv->cfg->ops->lib->update_chain_flags) |
325 | IWL_DEBUG_POWER(priv, | 325 | IWL_DEBUG_POWER(priv, |
326 | "Cannot update the power, chain noise " | 326 | "Cannot update the power, chain noise " |
327 | "calibration running: %d\n", | 327 | "calibration running: %d\n", |