[PATCH] drm/meson: Remove unneeded semicolon
Neil Armstrong
narmstrong at baylibre.com
Tue Apr 28 09:17:21 UTC 2020
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 <hulkci at huawei.com>
> Signed-off-by: Zheng Bin <zhengbin13 at huawei.com>
> ---
> 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 <narmstrong at baylibre.com>
More information about the dri-devel
mailing list