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

Commit 2562b7bc 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 8f73ccd8 1fd2a2ca
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -673,6 +673,8 @@ struct lpm_cluster *parse_cluster(struct device_node *node,
		}
	}

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

	return c;

failed_parse_cluster: