commit | 4aa234eeec0aa9414637bd193f0745cf91bb60ef | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Jun 29 09:14:45 2017 +0200 |
committer | Luca Coelho <luciano.coelho@intel.com> | Wed Aug 09 09:15:32 2017 +0300 |
tree | 58f7c2c169af59b1849ba20beb6caaa4b8c510b8 | |
parent | 2db3aaba0a9fc769435477059c1224c439061752 [diff] |
iwlwifi: mvm: remove useless condition in LED code If the module parameter is set to disable the LED, we leave the initialization routine before setting the LEDS_INIT_COMPLETE status bit. Therefore, there's no need to check the parameter again on exit, just the status check is sufficient. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>