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

Commit 3391a76f authored by Len Brown's avatar Len Brown
Browse files

ACPI: throttling: fix build warning



Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 33a2a529
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -987,7 +987,7 @@ static int acpi_processor_set_throttling_ptc(struct acpi_processor *pr,
int acpi_processor_set_throttling(struct acpi_processor *pr, int state)
{
	cpumask_t saved_mask;
	int ret;
	int ret = 0;
	unsigned int i;
	struct acpi_processor *match_pr;
	struct acpi_processor_throttling *p_throttling;