]> asedeno.scripts.mit.edu Git - linux.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)
commit11a0513cac8afb0c78280a10db72bcd671a8841f
tree0ff08175b6cb9b3e5c456d0aeadc9fcc622b2324
parent2d8c261511abfebd705d2163500d6b3049f0dec6
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