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

Commit 29c858c8 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ext_display: increase timeout value to 5 seconds"

parents 6a319030 48b0c8c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -381,7 +381,7 @@ static int msm_ext_disp_process_display(struct msm_ext_disp *ext_disp,
	}

	reinit_completion(&ext_disp->hpd_comp);
	ret = wait_for_completion_timeout(&ext_disp->hpd_comp, HZ * 2);
	ret = wait_for_completion_timeout(&ext_disp->hpd_comp, HZ * 5);
	if (!ret) {
		pr_err("display timeout\n");
		ret = -EINVAL;