From: Flora Cui <flora....@amd.com>

[ Upstream commit b5aaa82e2b12feaaa6958f7fa0917ddcc03c24ee ]

Free on driver cleanup.

Reviewed-by: Lijo Lazar <lijo.la...@amd.com>
Signed-off-by: Flora Cui <flora....@amd.com>
Signed-off-by: Alex Deucher <alexander.deuc...@amd.com>
Signed-off-by: Sasha Levin <sas...@kernel.org>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
index ef0aa2dd33aa8..9cc7596688abd 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
@@ -4668,6 +4668,9 @@ void amdgpu_device_fini_sw(struct amdgpu_device *adev)
        kfree(adev->fru_info);
        adev->fru_info = NULL;
 
+       kfree(adev->xcp_mgr);
+       adev->xcp_mgr = NULL;
+
        px = amdgpu_device_supports_px(adev_to_drm(adev));
 
        if (px || (!dev_is_removable(&adev->pdev->dev) &&
-- 
2.39.5

Reply via email to