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

Commit 71b84c6f 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: Correctly check if its okay to do cluster LPM"

parents d71bf758 8bfff6f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -981,7 +981,7 @@ static int cluster_select(struct lpm_cluster *cluster, bool from_idle,
		if (suspend_in_progress && from_idle && level->notify_rpm)
			continue;

		if (level->is_reset && !system_sleep_allowed())
		if (level->notify_rpm && !system_sleep_allowed())
			continue;

		best_level = i;