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

Commit 00cb6677 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: Prevent NULL pointer access"

parents 58695054 615e8b44
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2173,7 +2173,7 @@ int mdss_panel_get_boot_cfg(void)
	int rc;

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