Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211068
b: refs/heads/master
c: d420280
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Eric Miao committed Sep 25, 2010
1 parent 5ab54fc commit 079df16
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 07a5d146c80b7caa9e754b51f64d3fcbbc74e9c0
refs/heads/master: d42028060dfe1b9b65a387a849e82fd5c86359fb
3 changes: 1 addition & 2 deletions trunk/arch/arm/mach-pxa/cpufreq-pxa2xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));

Expand Down

0 comments on commit 079df16

Please sign in to comment.