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)
commit4841914ef44066f2dce153770dd828ef307f28bb
treeacb302c386ce5a74ce4f506db62ffc6ec9c4a694
parent3a894a9f319f0b4a36857683c4caacc371a40d25
iwlwifi: dvm: remove useless condition

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