mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
iwlwifi: mvm: remove useless iwl_mvm_resume_d3() function
This is called exactly once, a few lines down, so there's no point in having the extra function. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com> Link: https://lore.kernel.org/r/iwlwifi.20210210135352.1ef80bf3008c.I0b5349530182b5616a4149dd596f95aa54ea724c@changeid Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
This commit is contained in:
parent
b06b598664
commit
34b79fcf1e
|
|
@ -2164,17 +2164,12 @@ static int __iwl_mvm_resume(struct iwl_mvm *mvm, bool test)
|
|||
return 1;
|
||||
}
|
||||
|
||||
static int iwl_mvm_resume_d3(struct iwl_mvm *mvm)
|
||||
{
|
||||
return __iwl_mvm_resume(mvm, false);
|
||||
}
|
||||
|
||||
int iwl_mvm_resume(struct ieee80211_hw *hw)
|
||||
{
|
||||
struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
|
||||
int ret;
|
||||
|
||||
ret = iwl_mvm_resume_d3(mvm);
|
||||
ret = __iwl_mvm_resume(mvm, false);
|
||||
|
||||
iwl_mvm_resume_tcm(mvm);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user