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 f37584015324..dc9817cfb882 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) | |||
102 | { | 102 | { |
103 | struct cpufreq_policy policy; | 103 | struct cpufreq_policy policy; |
104 | if (!acpi_thermal_cpufreq_is_init || cpufreq_get_policy(&policy, cpu)) | 104 | if (!acpi_thermal_cpufreq_is_init || cpufreq_get_policy(&policy, cpu)) |
105 | return -ENODEV; | 105 | return 0; |
106 | return 0; | 106 | return 1; |
107 | } | 107 | } |
108 | 108 | ||
109 | static int acpi_thermal_cpufreq_increase(unsigned int cpu) | 109 | static int acpi_thermal_cpufreq_increase(unsigned int cpu) |