From 4bed11f6d5369f5c4e9104aa0b903fc56b1c3cb5 Mon Sep 17 00:00:00 2001 From: Frans Pop Date: Wed, 26 Aug 2009 14:29:30 -0700 Subject: [PATCH] --- yaml --- r: 157113 b: refs/heads/master c: bdf57de4e6abc389cc3f3bd94ec15cce74cf6f4b h: refs/heads/master i: 157111: 2d46baee34a36e3ad6d7f87afba98945ca542265 v: v3 --- [refs] | 2 +- trunk/drivers/acpi/processor_throttling.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index f5db0b5475db..30b0090deabd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2a908002c7b1b666616103e9df2419b38d7c6f1f +refs/heads/master: bdf57de4e6abc389cc3f3bd94ec15cce74cf6f4b diff --git a/trunk/drivers/acpi/processor_throttling.c b/trunk/drivers/acpi/processor_throttling.c index 841be4ee2109..ae39797aab55 100644 --- a/trunk/drivers/acpi/processor_throttling.c +++ b/trunk/drivers/acpi/processor_throttling.c @@ -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)