[PATCH] drm/amdgpu: Remove unneeded semicolon
Christian König
christian.koenig at amd.com
Fri Apr 24 07:51:30 UTC 2020
Am 24.04.20 um 09:56 schrieb Zheng Bin:
> Fixes coccicheck warning:
>
> drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c:2534:2-3: Unneeded semicolon
>
> Reported-by: Hulk Robot <hulkci at huawei.com>
> Signed-off-by: Zheng Bin <zhengbin13 at huawei.com>
Reviewed-by: Christian König <christian.koenig at amd.com>
> ---
> drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
> index 09aa5f509bd2..43d84214995c 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)
> --
> 2.26.0.106.g9fadedd
>
More information about the amd-gfx
mailing list