[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250905073712.3791260-1-nichen@iscas.ac.cn>
Date: Fri, 5 Sep 2025 15:37:12 +0800
From: Chen Ni <nichen@...as.ac.cn>
To: airlied@...hat.com,
tzimmermann@...e.de,
jfalempe@...hat.com,
maarten.lankhorst@...ux.intel.com,
mripard@...nel.org,
airlied@...il.com,
simona@...ll.ch
Cc: dri-devel@...ts.freedesktop.org,
linux-kernel@...r.kernel.org,
Chen Ni <nichen@...as.ac.cn>
Subject: [PATCH] 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@...as.ac.cn>
---
drivers/gpu/drm/ast/ast_2100.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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;
--
2.25.1
Powered by blists - more mailing lists