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

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

Merge "cpufreq: Disable light-weight init/teardown during suspend/resume"

parents e82605d2 ae977a6b
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -2111,9 +2111,6 @@ static int cpufreq_cpu_callback(struct notifier_block *nfb,
	dev = get_cpu_device(cpu);
	if (dev) {

		if (action & CPU_TASKS_FROZEN)
			frozen = true;

		switch (action & ~CPU_TASKS_FROZEN) {
		case CPU_ONLINE:
			__cpufreq_add_dev(dev, NULL, frozen);