]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: mvm: remove duplicate if in iwl_mvm_setup_connection_keep()
authorLuca Coelho <luciano.coelho@intel.com>
Tue, 27 Feb 2018 14:37:56 +0000 (16:37 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 31 Aug 2018 08:38:18 +0000 (11:38 +0300)
commit06b9b783507b30c67ab273a2e2166c2ba3b45586
tree0ff08175b6cb9b3e5c456d0aeadc9fcc622b2324
parent614e0edf7e3a2a200f53e42cf3169c3f3f431814
iwlwifi: mvm: remove duplicate if in iwl_mvm_setup_connection_keep()

We repeated the same if twice in a row.  Remove the second one and
move the code block into the previous one.

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/d3.c