mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-16 22:18:20 +07:00
ACPI: throttling: fix build warning
Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
parent
33a2a529f7
commit
3391a76f2b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user