From d3b6db6e4e5c9e890bf416bafde9689623a54246 Mon Sep 17 00:00:00 2001 From: Len Brown Date: Wed, 23 Jan 2008 23:48:33 -0500 Subject: [PATCH] --- yaml --- r: 75669 b: refs/heads/master c: 0f23a6b0c182b1040cb0b89e20527cd07d85aebf h: refs/heads/master i: 75667: 00d5829e7fbdec5e611601983392c0a8b13feee2 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 451ae7f932b6..9041a1593688 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d772b3b323a15588a757f5af28e51a57d0d2f622 +refs/heads/master: 0f23a6b0c182b1040cb0b89e20527cd07d85aebf diff --git a/trunk/drivers/acpi/processor_throttling.c b/trunk/drivers/acpi/processor_throttling.c index 6742d7bc4777..1685b40abda7 100644 --- a/trunk/drivers/acpi/processor_throttling.c +++ b/trunk/drivers/acpi/processor_throttling.c @@ -775,12 +775,12 @@ int acpi_processor_get_throttling_info(struct acpi_processor *pr) acpi_processor_get_throttling_states(pr) || acpi_processor_get_platform_limit(pr)) { - if (acpi_processor_get_fadt_info(pr)) - return 0; pr->throttling.acpi_processor_get_throttling = &acpi_processor_get_throttling_fadt; pr->throttling.acpi_processor_set_throttling = &acpi_processor_set_throttling_fadt; + if (acpi_processor_get_fadt_info(pr)) + return 0; } else { pr->throttling.acpi_processor_get_throttling = &acpi_processor_get_throttling_ptc;