Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145422
b: refs/heads/master
c: 21671b8
h: refs/heads/master
v: v3
  • Loading branch information
Frans Pop authored and Len Brown committed May 30, 2009
1 parent 65397d6 commit 7e67129
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: 1fc8d33acafe68bdcc21b327d22ef3820b819727
refs/heads/master: 21671b88be331fb9c95891d5ee7d2e940e6b024c
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/processor_throttling.c
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ static int acpi_processor_get_throttling_ptc(struct acpi_processor *pr)
state = acpi_get_throttling_state(pr, value);
if (state == -1) {
ACPI_WARNING((AE_INFO,
"Invalid throttling state, reset\n"));
"Invalid throttling state, reset"));
state = 0;
ret = acpi_processor_set_throttling(pr, state);
if (ret)
Expand Down

0 comments on commit 7e67129

Please sign in to comment.