Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104522
b: refs/heads/master
c: 60192db
h: refs/heads/master
v: v3
  • Loading branch information
Denis V. Lunev authored and Tony Luck committed Jul 17, 2008
1 parent ec87663 commit 573926a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: fca515fbfa5ecd9f7b54db311317e2c877d7831a
refs/heads/master: 60192db82952ad56ef7bbc4a318e2041ca65ba7d
4 changes: 2 additions & 2 deletions trunk/arch/ia64/kernel/cpufreq/acpi-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ processor_set_pstate (
retval = ia64_pal_set_pstate((u64)value);

if (retval) {
dprintk("Failed to set freq to 0x%x, with error 0x%x\n",
dprintk("Failed to set freq to 0x%x, with error 0x%lx\n",
value, retval);
return -ENODEV;
}
Expand All @@ -74,7 +74,7 @@ processor_get_pstate (

if (retval)
dprintk("Failed to get current freq with "
"error 0x%x, idx 0x%x\n", retval, *value);
"error 0x%lx, idx 0x%x\n", retval, *value);

return (int)retval;
}
Expand Down

0 comments on commit 573926a

Please sign in to comment.