drm/amdgpu/gfx11: remove unneeded semicolon
authorYang Li <yang.lee@linux.alibaba.com>
Thu, 5 May 2022 23:23:12 +0000 (07:23 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 6 May 2022 20:57:57 +0000 (16:57 -0400)
commit1e51dbad4b5a9f72435fa8172510134afe6aad67
tree4b956a98b1dd074097907771f1f0385df50e4a57
parent97aa0c184fe9feb5919599613aebdf8aadf6c6cb
drm/amdgpu/gfx11: remove unneeded semicolon

Eliminate the following coccicheck warning:
./drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c:1222:2-3: Unneeded semicolon

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c