Skip to content

Commit 06e6ea3

Browse files
committed
clk: renesas: cpg-lib: Remove unneeded semicolon
Semicolons after end of function braces are not needed, remove them. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://patch.msgid.link/deb1537b5f96d991332db5c8088bae705f7e17e3.1758718886.git.geert+renesas@glider.be
1 parent ba1ec92 commit 06e6ea3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/clk/renesas/rcar-cpg-lib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ void cpg_reg_modify(void __iomem *reg, u32 clear, u32 set)
3535
val |= set;
3636
writel(val, reg);
3737
spin_unlock_irqrestore(&cpg_lock, flags);
38-
};
38+
}
3939

4040
static int cpg_simple_notifier_call(struct notifier_block *nb,
4141
unsigned long action, void *data)

0 commit comments

Comments
 (0)