On 2022-11-18 at 14:32:18 +0800, Wang ShaoBo wrote: > acpi_evaluate_dsm_typed()/acpi_evaluate_dsm() should be coupled > with ACPI_FREE() to free the ACPI memory, because we need to > track the allocation of acpi_object when ACPI_DBG_TRACK_ALLOCATIONS > enabled, so use ACPI_FREE() instead of kfree(). > > Fixes: b0013e037a8b ("ACPI: Introduce Platform Firmware Runtime Telemetry driver") > Signed-off-by: Wang ShaoBo <bobo.shaobowang@xxxxxxxxxx> Reviewed-by: Chen Yu <yu.c.chen@xxxxxxxxx> thanks, Chenyu