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

Commit 0e37b159 authored by Dave Jones's avatar Dave Jones Committed by Venkatesh Pallipadi
Browse files

[CPUFREQ] Fix cut-n-paste bug in suspend printk



Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent b2782408
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -994,7 +994,7 @@ static int cpufreq_suspend(struct sys_device * sysdev, pm_message_t pmsg)
	unsigned int cur_freq = 0;
	struct cpufreq_policy *cpu_policy;

	dprintk("resuming cpu %u\n", cpu);
	dprintk("suspending cpu %u\n", cpu);

	if (!cpu_online(cpu))
		return 0;