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

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

Merge "msm: lpm-levels: Initialize last level for cluster at probe"

parents 625462ce 0153a9da
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -775,6 +775,8 @@ struct lpm_cluster *parse_cluster(struct device_node *node,
	else
		c->last_level = c->nlevels-1;

	c->last_level = c->nlevels-1;

	return c;

failed_parse_cluster: