aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2005-12-22 22:26:10 -0500
committerLen Brown <len.brown@intel.com>2005-12-22 22:26:10 -0500
commit7b3dad3d854654e470a598d361919ebdb858f37b (patch)
tree48a223dc23355d9d86f5d9c4607d8b10df1738f4
parent3c058d8b179ea3ee3061b71115bcac38d243d436 (diff)
parent75b245b3259133360845bc6de3aecb8a6bd6ab59 (diff)
downloadlinux-7b3dad3d854654e470a598d361919ebdb858f37b.tar.gz
Pull bug3410 into release branch
-rw-r--r--drivers/acpi/processor_thermal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/processor_thermal.c b/drivers/acpi/processor_thermal.c
index f37584015324ac..dc9817cfb882a8 100644
--- a/drivers/acpi/processor_thermal.c
+++ b/drivers/acpi/processor_thermal.c
@@ -102,8 +102,8 @@ static int cpu_has_cpufreq(unsigned int cpu)
{
struct cpufreq_policy policy;
if (!acpi_thermal_cpufreq_is_init || cpufreq_get_policy(&policy, cpu))
- return -ENODEV;
- return 0;
+ return 0;
+ return 1;
}
static int acpi_thermal_cpufreq_increase(unsigned int cpu)