Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367600
b: refs/heads/master
c: 2d5914c
h: refs/heads/master
v: v3
  • Loading branch information
Andy Shevchenko authored and Rafael J. Wysocki committed Mar 24, 2013
1 parent 014658f commit 2f3f3c5
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 6270da6f4d5a7e13cff98585d25c6742aec5a33c
refs/heads/master: 2d5914ccf9b359d40de27eefd1761ddc93785376
3 changes: 2 additions & 1 deletion trunk/drivers/acpi/processor_throttling.c
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,10 @@ static int acpi_processor_update_tsd_coord(void)
*/
void acpi_processor_throttling_init(void)
{
if (acpi_processor_update_tsd_coord())
if (acpi_processor_update_tsd_coord()) {
ACPI_DEBUG_PRINT((ACPI_DB_INFO,
"Assume no T-state coordination\n"));
}

return;
}
Expand Down

0 comments on commit 2f3f3c5

Please sign in to comment.