Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27440
b: refs/heads/master
c: 8384451
h: refs/heads/master
v: v3
  • Loading branch information
Dave Jones committed May 30, 2006
1 parent 3efbb41 commit 988aee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 8eebf1a4c3682f71dbda3348abfcdd4d2a751fd3
refs/heads/master: 83844510ec9dc89a676e71d3cc28289905c2caec
4 changes: 1 addition & 3 deletions trunk/arch/i386/kernel/cpu/cpufreq/powernow-k8.c
Original file line number Diff line number Diff line change
Expand Up @@ -933,10 +933,8 @@ static int powernowk8_target(struct cpufreq_policy *pol, unsigned targfreq, unsi
dprintk("targ: cpu %d, %d kHz, min %d, max %d, relation %d\n",
pol->cpu, targfreq, pol->min, pol->max, relation);

if (query_current_values_with_pending_wait(data)) {
ret = -EIO;
if (query_current_values_with_pending_wait(data))
goto err_out;
}

dprintk("targ: curr fid 0x%x, vid 0x%x\n",
data->currfid, data->currvid);
Expand Down

0 comments on commit 988aee1

Please sign in to comment.