Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 270009d2 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mhi: core: Abort system suspend to process pending events"

parents 895e3e8f 2756ef0e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -764,7 +764,7 @@ static inline void mhi_trigger_resume(struct mhi_controller *mhi_cntrl)
{
	mhi_cntrl->runtime_get(mhi_cntrl, mhi_cntrl->priv_data);
	mhi_cntrl->runtime_put(mhi_cntrl, mhi_cntrl->priv_data);
	pm_wakeup_event(&mhi_cntrl->mhi_dev->dev, 0);
	pm_wakeup_hard_event(&mhi_cntrl->mhi_dev->dev);
}

/* queue transfer buffer */