iwlwifi: dvm: remove useless condition
authorJohannes Berg <johannes.berg@intel.com>
Fri, 9 Nov 2018 10:03:29 +0000 (11:03 +0100)
committerLuca Coelho <luciano.coelho@intel.com>
Tue, 29 Jan 2019 14:10:31 +0000 (16:10 +0200)
If we're in the else branch of checking "tt->state == IWL_TI_CT_KILL"
so there's no point in checking "tt->state != IWL_TI_CT_KILL" again.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/dvm/tt.c

index 4de2727..a156dcf 100644 (file)
@@ -1,6 +1,7 @@
 /******************************************************************************
  *
  * Copyright(c) 2007 - 2014 Intel Corporation. All rights reserved.
+ * Copyright (C) 2018 Intel Corporation
  *
  * Portions of this file are derived from the ipw3945 project, as well
  * as portions of the ieee80211 subsystem header files.
@@ -325,9 +326,9 @@ static void iwl_legacy_tt_handler(struct iwl_priv *priv, s32 temp, bool force)
                                        iwl_prepare_ct_kill_task(priv);
                                        tt->state = old_state;
                                }
-                       } else if (old_state == IWL_TI_CT_KILL &&
-                                tt->state != IWL_TI_CT_KILL)
+                       } else if (old_state == IWL_TI_CT_KILL) {
                                iwl_perform_ct_kill_task(priv, false);
+                       }
                        IWL_DEBUG_TEMP(priv, "Temperature state changed %u\n",
                                        tt->state);
                        IWL_DEBUG_TEMP(priv, "Power Index change to %u\n",