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

Commit d4202806 authored by Joe Perches's avatar Joe Perches Committed by Eric Miao
Browse files

ARM: pxa: remove pr_<level> uses of KERN_<level>



Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarEric Miao <eric.y.miao@gmail.com>
parent 07a5d146
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -312,8 +312,7 @@ static int pxa_set_target(struct cpufreq_policy *policy,
	freqs.cpu = policy->cpu;
	freqs.cpu = policy->cpu;


	if (freq_debug)
	if (freq_debug)
		pr_debug(KERN_INFO "Changing CPU frequency to %d Mhz, "
		pr_debug("Changing CPU frequency to %d Mhz, (SDRAM %d Mhz)\n",
			 "(SDRAM %d Mhz)\n",
			 freqs.new / 1000, (pxa_freq_settings[idx].div2) ?
			 freqs.new / 1000, (pxa_freq_settings[idx].div2) ?
			 (new_freq_mem / 2000) : (new_freq_mem / 1000));
			 (new_freq_mem / 2000) : (new_freq_mem / 1000));