Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168788
b: refs/heads/master
c: c53614e
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Dave Jones committed Nov 18, 2009
1 parent d50497f commit ab3c4f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: f7f3cad06080f14f60b1453af94463ff68ea2739
refs/heads/master: c53614ec17fe6296a696aa4ac71a799814bb50c1
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/cpu/cpufreq/powernow-k8.c
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ static int get_transition_latency(struct powernow_k8_data *data)
* set it to 1 to avoid problems in the future.
* For all others it's a BIOS bug.
*/
if (!boot_cpu_data.x86 == 0x11)
if (boot_cpu_data.x86 != 0x11)
printk(KERN_ERR FW_WARN PFX "Invalid zero transition "
"latency\n");
max_latency = 1;
Expand Down

0 comments on commit ab3c4f1

Please sign in to comment.