commit | 4841914ef44066f2dce153770dd828ef307f28bb | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Nov 09 11:03:29 2018 +0100 |
committer | Luca Coelho <luciano.coelho@intel.com> | Tue Jan 29 16:10:31 2019 +0200 |
tree | acb302c386ce5a74ce4f506db62ffc6ec9c4a694 | |
parent | 3a894a9f319f0b4a36857683c4caacc371a40d25 [diff] |
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>