Pull bug3410 into release branch

Len Brown 7b3dad3d 3c058d8b

+2 -2
+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 - return -ENODEV; 106 - return 0; 105 + return 0; 106 + return 1; 107 107 } 108 108 109 109 static int acpi_thermal_cpufreq_increase(unsigned int cpu)