aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalle Valo <kvalo@codeaurora.org>2021-10-07 18:15:44 +0300
committerKalle Valo <kvalo@codeaurora.org>2021-10-07 18:15:44 +0300
commite359a225822109a121efa988b962dfcf20026939 (patch)
tree01b4bc1a2946dd9e3f4f52a21f20a616aefd574a
parent6a2895df242bf16c3b630b2d2ba43c1c32b0cab0 (diff)
Revert "bus: mhi: Early MHI resume failure in non M3 state"ath-202110071515
This reverts commit 020d3b26c07abe274ac17f64999bbd3bf3342195.
-rw-r--r--drivers/bus/mhi/core/pm.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/bus/mhi/core/pm.c b/drivers/bus/mhi/core/pm.c
index fb99e3727155..89347eea50d5 100644
--- a/drivers/bus/mhi/core/pm.c
+++ b/drivers/bus/mhi/core/pm.c
@@ -898,9 +898,6 @@ int mhi_pm_resume(struct mhi_controller *mhi_cntrl)
if (MHI_PM_IN_ERROR_STATE(mhi_cntrl->pm_state))
return -EIO;
- if (mhi_get_mhi_state(mhi_cntrl) != MHI_STATE_M3)
- return -EINVAL;
-
/* Notify clients about exiting LPM */
list_for_each_entry_safe(itr, tmp, &mhi_cntrl->lpm_chans, node) {
mutex_lock(&itr->mutex);