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

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

Merge "cpuidle: lpm-levels: Remove local_irq_enable from lpm_cpuidle_select"

parents c26eb22c 6e786933
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -1006,10 +1006,8 @@ static int lpm_cpuidle_select(struct cpuidle_driver *drv,

	idx = cpu_power_select(dev, cluster->cpu);

	if (idx < 0) {
		local_irq_enable();
	if (idx < 0)
		return -EPERM;
	}

	trace_cpu_idle_rcuidle(idx, dev->cpu);
	return idx;