]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu/display: drop set but unused variable
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 16 Jun 2022 20:35:38 +0000 (16:35 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 20 Jun 2022 22:18:49 +0000 (18:18 -0400)
commit0d499c5d2edf63d38d98b1634ee3fed13a9b40ff
tree9929ebbe251d8452c1f8a304d3d2be130875a109
parent18949593e04c4e6d24f985885e73d6de2acf787a
drm/amdgpu/display: drop set but unused variable

Fixes this warning:
drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:9143:27: warning: variable 'abo' set but not used [-Wunused-but-set-variable]

Fixes: b04476592108 ("drm/amdgpu: switch DM to atomic fence helpers v2")
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220616203538.649041-1-alexander.deucher@amd.com
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c