Loading drivers/bus/mhi/core/mhi_pm.c +2 −0 Original line number Diff line number Diff line Loading @@ -1522,6 +1522,8 @@ int mhi_pm_fast_resume(struct mhi_controller *mhi_cntrl, bool notify_client) /* check EP is in proper state */ if (mhi_cntrl->link_status(mhi_cntrl, mhi_cntrl->priv_data)) { MHI_ERR("Unable to access EP Config space\n"); write_unlock_irq(&mhi_cntrl->pm_lock); tasklet_enable(&mhi_cntrl->mhi_event->task); return -EIO; } Loading Loading
drivers/bus/mhi/core/mhi_pm.c +2 −0 Original line number Diff line number Diff line Loading @@ -1522,6 +1522,8 @@ int mhi_pm_fast_resume(struct mhi_controller *mhi_cntrl, bool notify_client) /* check EP is in proper state */ if (mhi_cntrl->link_status(mhi_cntrl, mhi_cntrl->priv_data)) { MHI_ERR("Unable to access EP Config space\n"); write_unlock_irq(&mhi_cntrl->pm_lock); tasklet_enable(&mhi_cntrl->mhi_event->task); return -EIO; } Loading