]> www.infradead.org Git - users/hch/misc.git/commitdiff
drm/ast: ast_2100: Remove unneeded semicolon
authorChen Ni <nichen@iscas.ac.cn>
Fri, 5 Sep 2025 07:37:12 +0000 (15:37 +0800)
committerThomas Zimmermann <tzimmermann@suse.de>
Fri, 5 Sep 2025 12:53:06 +0000 (14:53 +0200)
Remove unnecessary semicolons reported by Coccinelle/coccicheck and the
semantic patch at scripts/coccinelle/misc/semicolon.cocci.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://lore.kernel.org/r/20250905073712.3791260-1-nichen@iscas.ac.cn
drivers/gpu/drm/ast/ast_2100.c

index 91541c8eaff777584cde12a1b0b07ac15d313160..829e3b8b0d1936875c14e5746832ed9e15acc852 100644 (file)
@@ -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;