tangled
alpha
login
or
join now
tjh.dev
/
kernel
Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1
fork
atom
overview
issues
pulls
pipelines
Pull bug3410 into release branch
Len Brown
20 years ago
7b3dad3d
3c058d8b
+2
-2
1 changed file
expand all
collapse all
unified
split
drivers
acpi
processor_thermal.c
+2
-2
drivers/acpi/processor_thermal.c
···
102
102
{
103
103
struct cpufreq_policy policy;
104
104
if (!acpi_thermal_cpufreq_is_init || cpufreq_get_policy(&policy, cpu))
105
105
-
return -ENODEV;
106
106
-
return 0;
105
105
+
return 0;
106
106
+
return 1;
107
107
}
108
108
109
109
static int acpi_thermal_cpufreq_increase(unsigned int cpu)