Skip to content

Commit 3eaf891

Browse files
zhengbin13superna9999
authored andcommitted
drm: meson: Remove unneeded semicolon
Fixes coccicheck warning: drivers/gpu/drm/meson/meson_crtc.c:360:3-4: Unneeded semicolon drivers/gpu/drm/meson/meson_plane.c:181:2-3: Unneeded semicolon Reported-by: Hulk Robot <[email protected]> Signed-off-by: zhengbin <[email protected]> Reviewed-by: Neil Armstrong <[email protected]> Signed-off-by: Neil Armstrong <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent d969ebe commit 3eaf891

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/gpu/drm/meson/meson_crtc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ void meson_crtc_irq(struct meson_drm *priv)
413413
MESON_CANVAS_WRAP_NONE,
414414
MESON_CANVAS_BLKMODE_LINEAR,
415415
MESON_CANVAS_ENDIAN_SWAP64);
416-
};
416+
}
417417

418418
writel_relaxed(priv->viu.vd1_if0_gen_reg,
419419
priv->io_base + meson_crtc->viu_offset +

drivers/gpu/drm/meson/meson_plane.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ static void meson_plane_atomic_update(struct drm_plane *plane,
237237
/* For ARGB, use the pixel's alpha */
238238
priv->viu.osd1_ctrl_stat2 &= ~OSD_REPLACE_EN;
239239
break;
240-
};
240+
}
241241

242242
/* Default scaler parameters */
243243
vsc_bot_rcv_num = 0;

0 commit comments

Comments
 (0)