From: Zheng Bin Date: Fri, 24 Apr 2020 07:56:20 +0000 (+0800) Subject: drm/amdgpu: Remove unneeded semicolon X-Git-Tag: v5.8-rc1~194^2~14^2~74 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d18ba57c725e71b612f195e527f202a182649595;p=thirdparty%2Fkernel%2Flinux.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 6c5ba34b98d8e..b7b51037b1cf1 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)