mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 04:23:35 +02:00
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
This commit is contained in:
parent
ba1ec92ccf
commit
06e6ea35e9
|
|
@ -35,7 +35,7 @@ void cpg_reg_modify(void __iomem *reg, u32 clear, u32 set)
|
|||
val |= set;
|
||||
writel(val, reg);
|
||||
spin_unlock_irqrestore(&cpg_lock, flags);
|
||||
};
|
||||
}
|
||||
|
||||
static int cpg_simple_notifier_call(struct notifier_block *nb,
|
||||
unsigned long action, void *data)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user