On 24/04/2020 09:49, Zheng Bin wrote: > Fixes coccicheck warning: > > drivers/gpu/drm/meson/meson_plane.c:226:3-4: Unneeded semicolon > > Reported-by: Hulk Robot <[email protected]> > Signed-off-by: Zheng Bin <[email protected]> > --- > drivers/gpu/drm/meson/meson_plane.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/meson/meson_plane.c > b/drivers/gpu/drm/meson/meson_plane.c > index d5cbc47835bf..35338ed18209 100644 > --- a/drivers/gpu/drm/meson/meson_plane.c > +++ b/drivers/gpu/drm/meson/meson_plane.c > @@ -223,7 +223,7 @@ static void meson_plane_atomic_update(struct drm_plane > *plane, > priv->viu.osd1_blk0_cfg[0] |= OSD_BLK_MODE_16 | > OSD_COLOR_MATRIX_16_RGB565; > break; > - }; > + } > } > > switch (fb->format->format) { > -- > 2.26.0.106.g9fadedd >
Reviewed-by: Neil Armstrong <[email protected]> _______________________________________________ dri-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/dri-devel
