Skip to content

Commit

Permalink
Merge branch 'acpi-processor' into acpi
Browse files Browse the repository at this point in the history
* acpi-processor:
  ACPI: processor: Remove freq Qos request for all CPUs
  • Loading branch information
Rafael J. Wysocki committed Aug 27, 2022
2 parents bd9594a + 36527b9 commit 2413a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/acpi/processor_thermal.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ void acpi_thermal_cpufreq_exit(struct cpufreq_policy *policy)
unsigned int cpu;

for_each_cpu(cpu, policy->related_cpus) {
struct acpi_processor *pr = per_cpu(processors, policy->cpu);
struct acpi_processor *pr = per_cpu(processors, cpu);

if (pr)
freq_qos_remove_request(&pr->thermal_req);
Expand Down

0 comments on commit 2413a85

Please sign in to comment.