Skip to content

Commit

Permalink
Pull bug3410 into release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Len Brown committed Dec 23, 2005
2 parents 3c058d8 + 75b245b commit 7b3dad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/acpi/processor_thermal.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7b3dad3

Please sign in to comment.