Loading
drm/amdgpu/vcn: Fix double-free of vcn dump buffer
The buffer is already freed as part of amdgpu_vcn_reg_dump_fini(). The issue is introduced by below patch series. Fixes: de55cbff ("drm/amdgpu/vcn: Add regdump helper functions") Signed-off-by:Lijo Lazar <lijo.lazar@amd.com> Reviewed-by:
Sathishkumar S <sathishkumar.sundararaju@amd.com> Signed-off-by:
Alex Deucher <alexander.deucher@amd.com>