Loading drivers/bus/mhi/controllers/mhi_qcom.c +2 −2 Original line number Diff line number Diff line Loading @@ -236,7 +236,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 @@ -294,7 +294,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 @@ -236,7 +236,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 @@ -294,7 +294,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