From: Zheng Bin Date: Fri, 24 Apr 2020 07:56:20 +0000 (+0800) Subject: drm/amdgpu: Remove unneeded semicolon X-Git-Tag: block-5.8-2020-06-11~21^2~14^2~74 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=d18ba57c725e71b612f195e527f202a182649595;p=linux-block.git drm/amdgpu: Remove unneeded semicolon Fixes coccicheck warning: drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c:2534:2-3: Unneeded semicolon Reported-by: Hulk Robot Signed-off-by: Zheng Bin Signed-off-by: Alex Deucher Reviewed-by: Christian König --- diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c index 6c5ba34b98d8..b7b51037b1cf 100644 --- a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c @@ -2531,7 +2531,7 @@ static void gfx_v9_0_init_sq_config(struct amdgpu_device *adev) break; default: break; - }; + } } static void gfx_v9_0_constants_init(struct amdgpu_device *adev)