[PATCH] drm/amdgpu: Remove unneeded semicolon
Alex Deucher
alexdeucher at gmail.com
Fri Apr 24 20:16:21 UTC 2020
Applied. Thanks!
Alex
On Fri, Apr 24, 2020 at 3:56 AM Christian König
<christian.koenig at amd.com> wrote:
>
> 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
> >
>
> _______________________________________________
> amd-gfx mailing list
> amd-gfx at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx
More information about the amd-gfx
mailing list