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

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

Merge "lpm-levels: Do not consider cluster residency in suspend"

parents 4b85ad60 fd30d8d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -607,7 +607,7 @@ static int cluster_select(struct lpm_cluster *cluster, bool from_idle)

		best_level = i;

		if (sleep_us <= pwr_params->max_residency)
		if (from_idle && sleep_us <= pwr_params->max_residency)
			break;
	}