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

Commit 35ff3026 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: return new idle level to cpuidle framework"

parents a53ef3d8 91a93127
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -771,7 +771,7 @@ static int lpm_cpuidle_enter(struct cpuidle_device *dev,
	dev->last_residency = (int)time;

	local_irq_enable();
	return index;
	return idx;
}

/**