aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
diff options
context:
space:
mode:
authorYang Li <yang.lee@linux.alibaba.com>2022-05-06 07:23:12 +0800
committerAlex Deucher <alexander.deucher@amd.com>2022-05-06 16:57:57 -0400
commit1e51dbad4b5a9f72435fa8172510134afe6aad67 (patch)
tree4b956a98b1dd074097907771f1f0385df50e4a57 /drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
parent97aa0c184fe9feb5919599613aebdf8aadf6c6cb (diff)
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>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
index 9416dc93e456..c61df47020d6 100644
--- a/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
@@ -1243,7 +1243,7 @@ static void gfx_v11_0_parse_rlc_toc(struct amdgpu_device *adev, void *rlc_toc)
rlc_autoload_info[ucode->id].size = ucode->size * 4;
ucode++;
- };
+ }
}
static uint32_t gfx_v11_0_calc_toc_total_size(struct amdgpu_device *adev)