Skip to content

Commit f00d1b1

Browse files
committed
clk: renesas: r8a77965: Remove superfluous semicolon
There is no need to terminate a function with a semicolon. Remove it. Reported-by: Biju Das <[email protected]> Fixes: 7ce36da ("clk: renesas: cpg-mssr: Add support for R-Car M3-N") Signed-off-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 830dbce commit f00d1b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/renesas/r8a77965-cpg-mssr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ static int __init r8a77965_cpg_mssr_init(struct device *dev)
323323
}
324324

325325
return rcar_gen3_cpg_init(cpg_pll_config, CLK_EXTALR, cpg_mode);
326-
};
326+
}
327327

328328
const struct cpg_mssr_info r8a77965_cpg_mssr_info __initconst = {
329329
/* Core Clocks */

0 commit comments

Comments
 (0)