diff options
author | Steven Miao <realmz6@gmail.com> | 2012-05-31 06:29:08 -0400 |
---|---|---|
committer | Bob Liu <lliubbo@gmail.com> | 2012-07-24 01:39:49 -0400 |
commit | 97929003c20b0d536bf4ac177f6134adffd33e82 (patch) | |
tree | efa87303e9ca34c13afda81e08de37e71525d870 /arch/blackfin/mach-common | |
parent | 928a8e6933781ed99bb50a05e15a94cb24ab5c8d (diff) |
cpufreq: change debug message level to show clock change error
Signed-off-by: Steven Miao <realmz6@gmail.com>
Signed-off-by: Bob Liu <lliubbo@gmail.com>
Diffstat (limited to 'arch/blackfin/mach-common')
-rw-r--r-- | arch/blackfin/mach-common/cpufreq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mach-common/cpufreq.c b/arch/blackfin/mach-common/cpufreq.c index 6e87dc13f6bf..aee82a1a1ba4 100644 --- a/arch/blackfin/mach-common/cpufreq.c +++ b/arch/blackfin/mach-common/cpufreq.c | |||
@@ -173,7 +173,7 @@ static int bfin_target(struct cpufreq_policy *poli, | |||
173 | #else | 173 | #else |
174 | ret = cpu_set_cclk(cpu, freqs.new * 1000); | 174 | ret = cpu_set_cclk(cpu, freqs.new * 1000); |
175 | if (ret != 0) { | 175 | if (ret != 0) { |
176 | pr_debug("cpufreq set freq failed %d\n", ret); | 176 | WARN_ONCE(ret, "cpufreq set freq failed %d\n", ret); |
177 | break; | 177 | break; |
178 | } | 178 | } |
179 | #endif | 179 | #endif |