From 2f3f3c5200a1f17efe4142aaa774f7987e2e7310 Mon Sep 17 00:00:00 2001 From: Andy Shevchenko Date: Mon, 11 Mar 2013 09:17:05 +0000 Subject: [PATCH] --- yaml --- r: 367600 b: refs/heads/master c: 2d5914ccf9b359d40de27eefd1761ddc93785376 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/acpi/processor_throttling.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 8e2455eac003..d2252b3fbe99 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6270da6f4d5a7e13cff98585d25c6742aec5a33c +refs/heads/master: 2d5914ccf9b359d40de27eefd1761ddc93785376 diff --git a/trunk/drivers/acpi/processor_throttling.c b/trunk/drivers/acpi/processor_throttling.c index 1d02b7b5ade0..e7dd2c1fee79 100644 --- a/trunk/drivers/acpi/processor_throttling.c +++ b/trunk/drivers/acpi/processor_throttling.c @@ -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; }