Applied. Thanks! Alex
On Fri, Apr 24, 2020 at 3:56 AM Christian König <[email protected]> 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 <[email protected]> > > Signed-off-by: Zheng Bin <[email protected]> > > Reviewed-by: Christian König <[email protected]> > > > --- > > 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 > [email protected] > https://lists.freedesktop.org/mailman/listinfo/amd-gfx _______________________________________________ dri-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/dri-devel
