From 7e6712906c4cb4bb40640c120fc8f9cb64d4feb8 Mon Sep 17 00:00:00 2001 From: Frans Pop Date: Fri, 22 May 2009 10:23:40 +0200 Subject: [PATCH] --- yaml --- r: 145422 b: refs/heads/master c: 21671b88be331fb9c95891d5ee7d2e940e6b024c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/acpi/processor_throttling.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ee52ce327fe0..257ba27155b1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1fc8d33acafe68bdcc21b327d22ef3820b819727 +refs/heads/master: 21671b88be331fb9c95891d5ee7d2e940e6b024c diff --git a/trunk/drivers/acpi/processor_throttling.c b/trunk/drivers/acpi/processor_throttling.c index 7f16f5f8e7d3..227543789ba9 100644 --- a/trunk/drivers/acpi/processor_throttling.c +++ b/trunk/drivers/acpi/processor_throttling.c @@ -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)