diff options
author | Len Brown <len.brown@intel.com> | 2005-12-22 22:26:10 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2005-12-22 22:26:10 -0500 |
commit | 7b3dad3d854654e470a598d361919ebdb858f37b (patch) | |
tree | 48a223dc23355d9d86f5d9c4607d8b10df1738f4 /drivers/acpi | |
parent | 3c058d8b179ea3ee3061b71115bcac38d243d436 (diff) | |
parent | 75b245b3259133360845bc6de3aecb8a6bd6ab59 (diff) |
Pull bug3410 into release branch
Diffstat (limited to 'drivers/acpi')
-rw-r--r-- | drivers/acpi/processor_thermal.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/processor_thermal.c b/drivers/acpi/processor_thermal.c index f3758401532..dc9817cfb88 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) |