summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-common
diff options
context:
space:
mode:
authorSteven Miao2012-05-31 12:29:08 +0200
committerBob Liu2012-07-24 07:39:49 +0200
commit97929003c20b0d536bf4ac177f6134adffd33e82 (patch)
treeefa87303e9ca34c13afda81e08de37e71525d870 /arch/blackfin/mach-common
parentbf60x: Add wake up latency bench for deep sleep mode. (diff)
downloadkernel-qcow2-linux-97929003c20b0d536bf4ac177f6134adffd33e82.tar.gz
kernel-qcow2-linux-97929003c20b0d536bf4ac177f6134adffd33e82.tar.xz
kernel-qcow2-linux-97929003c20b0d536bf4ac177f6134adffd33e82.zip
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.c2
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,
#else
ret = cpu_set_cclk(cpu, freqs.new * 1000);
if (ret != 0) {
- pr_debug("cpufreq set freq failed %d\n", ret);
+ WARN_ONCE(ret, "cpufreq set freq failed %d\n", ret);
break;
}
#endif