Loading drivers/bus/mhi/controllers/mhi_qcom.c +2 −2 Original line number Diff line number Diff line Loading @@ -243,7 +243,7 @@ static int mhi_runtime_suspend(struct device *dev) mutex_unlock(&mhi_cntrl->pm_mutex); MHI_LOG("Exited with ret:%d\n", ret); return ret; return (ret < 0) ? -EBUSY : 0; } static int mhi_runtime_idle(struct device *dev) Loading Loading @@ -302,7 +302,7 @@ static int mhi_runtime_resume(struct device *dev) mutex_unlock(&mhi_cntrl->pm_mutex); MHI_LOG("Exited with :%d\n", ret); return ret; return (ret < 0) ? -EBUSY : 0; } static int mhi_system_resume(struct device *dev) Loading Loading
drivers/bus/mhi/controllers/mhi_qcom.c +2 −2 Original line number Diff line number Diff line Loading @@ -243,7 +243,7 @@ static int mhi_runtime_suspend(struct device *dev) mutex_unlock(&mhi_cntrl->pm_mutex); MHI_LOG("Exited with ret:%d\n", ret); return ret; return (ret < 0) ? -EBUSY : 0; } static int mhi_runtime_idle(struct device *dev) Loading Loading @@ -302,7 +302,7 @@ static int mhi_runtime_resume(struct device *dev) mutex_unlock(&mhi_cntrl->pm_mutex); MHI_LOG("Exited with :%d\n", ret); return ret; return (ret < 0) ? -EBUSY : 0; } static int mhi_system_resume(struct device *dev) Loading