Skip to content

Commit 539b06e

Browse files
Chen Nibebarino
authored andcommitted
clk: clk-axi-clkgen: 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> Link: https://lore.kernel.org/r/20250729022735.1437560-1-nichen@iscas.ac.cn Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent a1e1c10 commit 539b06e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/clk/clk-axi-clkgen.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ static int axi_clkgen_setup_limits(struct axi_clkgen *axi_clkgen,
540540
default:
541541
return dev_err_probe(dev, -ENODEV, "Unknown speed grade %d\n",
542542
speed_grade);
543-
};
543+
}
544544

545545
/* Overwrite vco limits for ultrascale+ */
546546
if (tech == ADI_AXI_FPGA_TECH_ULTRASCALE_PLUS) {

0 commit comments

Comments
 (0)