Loading drivers/bus/mhi/core/mhi_internal.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading Loading
drivers/bus/mhi/core/mhi_internal.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading