diff options
author | Bob Zhou <bob.zhou@amd.com> | 2024-04-23 08:32:39 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-04-27 00:22:43 +0300 |
commit | 506c245f3f1cd989cb89811a7f06e04ff8813a0d (patch) | |
tree | c2bcfbf3508352638dbf1fee3b82e2c36717600a /drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | |
parent | 7bfd16d0ec374629ab4346affe1e644a503ba44c (diff) | |
download | linux-506c245f3f1cd989cb89811a7f06e04ff8813a0d.tar.xz |
drm/amdgpu: fix double free err_addr pointer warnings
In amdgpu_umc_bad_page_polling_timeout, the amdgpu_umc_handle_bad_pages
will be run many times so that double free err_addr in some special case.
So set the err_addr to NULL to avoid the warnings.
Signed-off-by: Bob Zhou <bob.zhou@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c')
0 files changed, 0 insertions, 0 deletions