Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253777
b: refs/heads/master
c: a9d3d20
h: refs/heads/master
i:
  253775: 177b272
v: v3
  • Loading branch information
Konrad Rzeszutek Wilk authored and Dave Jones committed Jun 16, 2011
1 parent 6c9f866 commit ed431bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 46a310b80bc2c9ccc019649c9da91194cbc10944
refs/heads/master: a9d3d2068064b7a6395871a49616d3784f802d50
3 changes: 3 additions & 0 deletions trunk/drivers/cpufreq/powernow-k8.c
Original file line number Diff line number Diff line change
Expand Up @@ -1079,6 +1079,9 @@ static int transition_frequency_fidvid(struct powernow_k8_data *data,
}

res = transition_fid_vid(data, fid, vid);
if (res)
return res;

freqs.new = find_khz_freq_from_fid(data->currfid);

for_each_cpu(i, data->available_cores) {
Expand Down

0 comments on commit ed431bb

Please sign in to comment.