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

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

Merge "regulator: kryo-regulator: initialize default PM notifier return value"

parents 992a8642 b618ce8e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -941,7 +941,7 @@ static int kryo_regulator_cpu_pm_callback(struct notifier_block *self,
	struct kryo_regulator *kvreg = container_of(self, struct kryo_regulator,
						    cpu_pm_notifier);
	unsigned long aff_level = (unsigned long) v;
	int rc;
	int rc = NOTIFY_OK;

	switch (cmd) {
	case CPU_CLUSTER_PM_ENTER: