Commit 80e8b1e5 authored by Hanjun Guo's avatar Hanjun Guo Committed by Rafael J. Wysocki

cpufreq: CPPC: put ACPI table after using it

Put the ACPI table to release the table mapping after using it
successfully.
Signed-off-by: default avatarHanjun Guo <guohanjun@huawei.com>
[ rjw: Subject & changelog ]
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent c7402379
......@@ -98,6 +98,8 @@ static void cppc_check_hisi_workaround(void)
break;
}
}
acpi_put_table(tbl);
}
/* Callback function used to retrieve the max frequency from DMI */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment