projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07a5d14
)
ARM: pxa: remove pr_<level> uses of KERN_<level>
author
Joe Perches
<joe@perches.com>
Sun, 12 Sep 2010 05:10:49 +0000
(22:10 -0700)
committer
Eric Miao
<eric.y.miao@gmail.com>
Sat, 25 Sep 2010 01:47:04 +0000
(09:47 +0800)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
arch/arm/mach-pxa/cpufreq-pxa2xx.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-pxa/cpufreq-pxa2xx.c
b/arch/arm/mach-pxa/cpufreq-pxa2xx.c
index 50d5939a78f1bdc8f318f08360243626a14a6105..58093d9e07be44ea482df319c88acb78c0db3975 100644
(file)
--- 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));