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

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

Merge "msm: mdss: use the correct variable for continuous splash status"

parents 18f69810 bbfa4d67
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3298,7 +3298,7 @@ int mdss_panel_get_boot_cfg(void)

	if (!mdss_res || !mdss_res->pan_cfg.init_done)
		return -EPROBE_DEFER;
	if (mdss_res->pan_cfg.lk_cfg)
	if (mdss_res->handoff_pending)
		rc = 1;
	else
		rc = 0;