Re: [PATCH] drm/amdgpu: Dereference the ATCS ACPI buffer

2024-10-17 Thread Alex Deucher
On Thu, Oct 17, 2024 at 3:23 AM Prike Liang wrote: > > Need to dereference the atcs acpi buffer after > the method is executed, otherwise it will result in > a memory leak. > > Signed-off-by: Prike Liang Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c | 1 + > 1 fil

[PATCH] drm/amdgpu: Dereference the ATCS ACPI buffer

2024-10-17 Thread Prike Liang
Need to dereference the atcs acpi buffer after the method is executed, otherwise it will result in a memory leak. Signed-off-by: Prike Liang --- drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c b/drivers/gpu/dr