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

Commit a1a34ff7 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: debug: fix xlog crash during dump"

parents e3c65055 cd26160b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -299,6 +299,9 @@ int panel_debug_register_base(const char *name, void __iomem *base,
		goto reg_fail;
	}

	/* Initialize list to make sure check for null list will be valid */
	INIT_LIST_HEAD(&dbg->dump_list);

	list_add(&dbg->head, &mdd->base_list);

	return 0;