Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157113
b: refs/heads/master
c: bdf57de
h: refs/heads/master
i:
  157111: 2d46bae
v: v3
  • Loading branch information
Frans Pop authored and Linus Torvalds committed Aug 27, 2009
1 parent 969fc28 commit 4bed11f
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: 2a908002c7b1b666616103e9df2419b38d7c6f1f
refs/heads/master: bdf57de4e6abc389cc3f3bd94ec15cce74cf6f4b
4 changes: 2 additions & 2 deletions trunk/drivers/acpi/processor_throttling.c
Original file line number Diff line number Diff line change
Expand Up @@ -840,8 +840,8 @@ static int acpi_processor_get_throttling_ptc(struct acpi_processor *pr)
if (ret >= 0) {
state = acpi_get_throttling_state(pr, value);
if (state == -1) {
ACPI_WARNING((AE_INFO,
"Invalid throttling state, reset"));
ACPI_DEBUG_PRINT((ACPI_DB_INFO,
"Invalid throttling state, reset\n"));
state = 0;
ret = acpi_processor_set_throttling(pr, state, true);
if (ret)
Expand Down

0 comments on commit 4bed11f

Please sign in to comment.