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

Commit b5b35ebf 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: Fix null pointer refernce during debug init"

parents 7f3e6930 69857a70
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -1713,7 +1713,9 @@ static int mdss_mdp_debug_init(struct platform_device *pdev,
	mdss_debug_register_dump_range(pdev, dbg_blk, "qcom,regs-dump-mdp",
		"qcom,regs-dump-names-mdp", "qcom,regs-dump-xin-id-mdp");

	if (mdata->vbif_io.base)
		mdss_debug_register_io("vbif", &mdata->vbif_io, NULL);
	if (mdata->vbif_nrt_io.base)
		mdss_debug_register_io("vbif_nrt", &mdata->vbif_nrt_io, NULL);

	return 0;