summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChen Ni <nichen@iscas.ac.cn>2026-07-14 13:30:59 +0800
committerBrian Masney <bmasney@redhat.com>2026-07-28 11:25:29 -0400
commit2a97ca25f7d5fc7c7a475ff2a92b3fd2cfc8faf1 (patch)
tree9f42097889ca56582041a40e9936f6e74d1d8ac7
parent0cad34fd953082a1bef863a0e446dc2559b8eed0 (diff)
clk: mmp: pxa1908-apbcp: 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: Brian Masney <bmasney@redhat.com> Acked-by: Duje Mihanović <duje@dujemihanovic.xyz> Signed-off-by: Brian Masney <bmasney@redhat.com>
-rw-r--r--drivers/clk/mmp/clk-pxa1908-apbcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/mmp/clk-pxa1908-apbcp.c b/drivers/clk/mmp/clk-pxa1908-apbcp.c
index 1aa476103553..4e646e8b7440 100644
--- a/drivers/clk/mmp/clk-pxa1908-apbcp.c
+++ b/drivers/clk/mmp/clk-pxa1908-apbcp.c
@@ -61,7 +61,7 @@ static void pxa1908_clk_reset_init(struct device_node *np,
cells[i].bits = BIT(2);
cells[i].flags = 0;
cells[i].lock = apbcp_gate_clks[i].lock;
- };
+ }
mmp_clk_reset_register(np, cells, nr_cells);
}