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

Commit 871a9ff1 authored by Juri Lelli's avatar Juri Lelli Committed by Dmitry Shmidt
Browse files

ANDROID: fixup! sched: scheduler-driven cpu frequency selection

parent 795949da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -119,9 +119,9 @@ static int cpufreq_sched_thread(void *data)
	}

	do {
		set_current_state(TASK_INTERRUPTIBLE);
		new_request = gd->requested_freq;
		if (new_request == last_request) {
			set_current_state(TASK_INTERRUPTIBLE);
			schedule();
		} else {
			/*