aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorChen Ni <nichen@iscas.ac.cn>2025-09-05 15:37:12 +0800
committerThomas Zimmermann <tzimmermann@suse.de>2025-09-05 14:53:06 +0200
commit87b0a0f6bc14a95101db1502ef0b8a2ddc378e8e (patch)
treeedbfca46a81c74f79db3e45876a3501c766f5c0c /drivers/gpu
parentdt-bindings: panel: lvds: Append edt,etml0700z8dha in panel-lvds (diff)
downloadlinux-87b0a0f6bc14a95101db1502ef0b8a2ddc378e8e.tar.gz
linux-87b0a0f6bc14a95101db1502ef0b8a2ddc378e8e.zip
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 <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
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/ast/ast_2100.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/ast/ast_2100.c b/drivers/gpu/drm/ast/ast_2100.c
index 91541c8eaff7..829e3b8b0d19 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;