Skip to content
Snippets Groups Projects
Commit c4cb3859 authored by Kalle Valo's avatar Kalle Valo
Browse files

Revert "bus: mhi: Early MHI resume failure in non M3 state"

This reverts commit 020d3b26.
parent b0495af4
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment