From: Chen Ni Date: Fri, 5 Sep 2025 07:37:12 +0000 (+0800) Subject: drm/ast: ast_2100: Remove unneeded semicolon X-Git-Tag: v6.18-rc1~134^2~14^2~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87b0a0f6bc14a95101db1502ef0b8a2ddc378e8e;p=thirdparty%2Fkernel%2Flinux.git drm/ast: ast_2100: Remove unneeded semicolon Remove unnecessary semicolons reported by Coccinelle/coccicheck and the semantic patch at scripts/coccinelle/misc/semicolon.cocci. Signed-off-by: Chen Ni Reviewed-by: Thomas Zimmermann Signed-off-by: Thomas Zimmermann Link: https://lore.kernel.org/r/20250905073712.3791260-1-nichen@iscas.ac.cn --- diff --git a/drivers/gpu/drm/ast/ast_2100.c b/drivers/gpu/drm/ast/ast_2100.c index 91541c8eaff77..829e3b8b0d193 100644 --- a/drivers/gpu/drm/ast/ast_2100.c +++ b/drivers/gpu/drm/ast/ast_2100.c @@ -336,7 +336,7 @@ static void ast_post_chip_2100(struct ast_device *ast) default: data = dram_reg_info->data; break; - }; + } temp = ast_read32(ast, 0x12070); temp &= 0xc;