Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313815
b: refs/heads/master
c: 9792900
h: refs/heads/master
i:
  313813: 5511f6c
  313811: dd4709f
  313807: f380aed
v: v3
  • Loading branch information
Steven Miao authored and Bob Liu committed Jul 24, 2012
1 parent 65257a1 commit 76d5537
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 928a8e6933781ed99bb50a05e15a94cb24ab5c8d
refs/heads/master: 97929003c20b0d536bf4ac177f6134adffd33e82
3 changes: 2 additions & 1 deletion trunk/arch/blackfin/mach-bf609/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,10 @@ int wait_for_pll_align(void)
while (i-- && (bfin_read32(CGU0_STAT) & CGU0_STAT_CLKSALGN));

if (bfin_read32(CGU0_STAT) & CGU0_STAT_CLKSALGN) {
printk(KERN_DEBUG "fail to align clk\n");
printk(KERN_CRIT "fail to align clk\n");
return -1;
}

return 0;
}

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/blackfin/mach-common/cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76d5537

Please sign in to comment.