We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd9594a + 36527b9 commit 2413a85Copy full SHA for 2413a85
drivers/acpi/processor_thermal.c
@@ -151,7 +151,7 @@ void acpi_thermal_cpufreq_exit(struct cpufreq_policy *policy)
151
unsigned int cpu;
152
153
for_each_cpu(cpu, policy->related_cpus) {
154
- struct acpi_processor *pr = per_cpu(processors, policy->cpu);
+ struct acpi_processor *pr = per_cpu(processors, cpu);
155
156
if (pr)
157
freq_qos_remove_request(&pr->thermal_req);
0 commit comments