projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03f3925
)
rk30: cpufreq: disable debug print
author
黄涛
<huangtao@rock-chips.com>
Mon, 2 Apr 2012 10:29:59 +0000
(18:29 +0800)
committer
黄涛
<huangtao@rock-chips.com>
Mon, 2 Apr 2012 10:29:59 +0000
(18:29 +0800)
arch/arm/mach-rk30/cpufreq.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk30/cpufreq.c
b/arch/arm/mach-rk30/cpufreq.c
index 90e2469926cd715dee916b3ac97024f0b4b1efc6..44ab6b2b6cbc3d1adbf98b4db230043649d24040 100755
(executable)
--- a/
arch/arm/mach-rk30/cpufreq.c
+++ b/
arch/arm/mach-rk30/cpufreq.c
@@
-28,7
+28,7
@@
#define FREQ_PRINTK_DBG(fmt, args...) {while(0);}//pr_debug(fmt, ## args)
#define FREQ_PRINTK_ERR(fmt, args...) pr_err(fmt, ## args)
-#define FREQ_PRINTK_LOG(fmt, args...) pr
intk
(fmt, ## args)
+#define FREQ_PRINTK_LOG(fmt, args...) pr
_debug
(fmt, ## args)
/* Frequency table index must be sequential starting at 0 */
static struct cpufreq_frequency_table default_freq_table[] = {
{.frequency = 816*1000, .index = 1080*1000},