Pull bug3410 into release branch
This commit is contained in:
commit
7b3dad3d85
1 changed files with 2 additions and 2 deletions
|
@ -102,8 +102,8 @@ static int cpu_has_cpufreq(unsigned int cpu)
|
||||||
{
|
{
|
||||||
struct cpufreq_policy policy;
|
struct cpufreq_policy policy;
|
||||||
if (!acpi_thermal_cpufreq_is_init || cpufreq_get_policy(&policy, cpu))
|
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)
|
static int acpi_thermal_cpufreq_increase(unsigned int cpu)
|
||||||
|
|
Loading…
Add table
Reference in a new issue