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

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

Merge "drivers: lpm-levels: return zero for parse_cluster_params function"

parents 35adef46 eaa6a3cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -474,7 +474,7 @@ static int parse_cluster_params(struct device_node *node,
	/* Set default_level to 0 as default */
	c->default_level = 0;

	return ret;
	return 0;
fail:
	pr_err("Failed to read key: %s ret: %d\n", key, ret);