aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2010-09-11 22:10:49 -0700
committerEric Miao <eric.y.miao@gmail.com>2010-09-25 09:47:04 +0800
commitd42028060dfe1b9b65a387a849e82fd5c86359fb (patch)
treea36fa9c0527d18a9207c130f2c9d567d3966a042 /arch
parentARM: pxa168fb: clear enable bit when not active (diff)
downloadlinux-dev-d42028060dfe1b9b65a387a849e82fd5c86359fb.tar.xz
linux-dev-d42028060dfe1b9b65a387a849e82fd5c86359fb.zip
ARM: pxa: remove pr_<level> uses of KERN_<level>
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-pxa/cpufreq-pxa2xx.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-pxa/cpufreq-pxa2xx.c b/arch/arm/mach-pxa/cpufreq-pxa2xx.c
index 50d5939a78f1..58093d9e07be 100644
--- a/arch/arm/mach-pxa/cpufreq-pxa2xx.c
+++ b/arch/arm/mach-pxa/cpufreq-pxa2xx.c
@@ -312,8 +312,7 @@ static int pxa_set_target(struct cpufreq_policy *policy,
freqs.cpu = policy->cpu;
if (freq_debug)
- pr_debug(KERN_INFO "Changing CPU frequency to %d Mhz, "
- "(SDRAM %d Mhz)\n",
+ pr_debug("Changing CPU frequency to %d Mhz, (SDRAM %d Mhz)\n",
freqs.new / 1000, (pxa_freq_settings[idx].div2) ?
(new_freq_mem / 2000) : (new_freq_mem / 1000));