soc/samsung/exynos5250/clock: Remove space before semicolon
Change-Id: Id0adfd0e25806aef836f75e83ff86a55a5d799d6 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/77160 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com>
This commit is contained in:
committed by
Martin L Roth
parent
ebb1694e85
commit
d14f0a04f4
@@ -636,7 +636,7 @@ void clock_select_i2s_clk_source(void)
|
|||||||
|
|
||||||
int clock_set_i2s_clk_prescaler(unsigned int src_frq, unsigned int dst_frq)
|
int clock_set_i2s_clk_prescaler(unsigned int src_frq, unsigned int dst_frq)
|
||||||
{
|
{
|
||||||
unsigned int div ;
|
unsigned int div;
|
||||||
|
|
||||||
if ((dst_frq == 0) || (src_frq == 0)) {
|
if ((dst_frq == 0) || (src_frq == 0)) {
|
||||||
printk(BIOS_DEBUG, "%s: Invalid frequency input for prescaler\n", __func__);
|
printk(BIOS_DEBUG, "%s: Invalid frequency input for prescaler\n", __func__);
|
||||||
|
Reference in New Issue
Block a user