Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7456337d authored by Len Brown's avatar Len Brown
Browse files

Pull bugzilla-9747 into release branch

parents 667984d9 d1154be3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -775,12 +775,12 @@ int acpi_processor_get_throttling_info(struct acpi_processor *pr)
		acpi_processor_get_throttling_states(pr) ||
		acpi_processor_get_platform_limit(pr))
	{
		if (acpi_processor_get_fadt_info(pr))
			return 0;
		pr->throttling.acpi_processor_get_throttling =
		    &acpi_processor_get_throttling_fadt;
		pr->throttling.acpi_processor_set_throttling =
		    &acpi_processor_set_throttling_fadt;
		if (acpi_processor_get_fadt_info(pr))
			return 0;
	} else {
		pr->throttling.acpi_processor_get_throttling =
		    &acpi_processor_get_throttling_ptc;