View | Details | Raw Unified | Return to bug 138011
Collapse All | Expand All

(-)processor_thermal.c.orig (-2 / +2 lines)
Lines 102-109 Link Here
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)

Return to bug 138011