soc/samsung/exynos5420/clock: Remove space before semicolon
Change-Id: Iab1ac1609f117a1a80bc025bcbe4659189bdb676 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/77159 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com>
This commit is contained in:
parent
4abc5c5e29
commit
108b99bab8
|
@ -599,7 +599,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__);
|
||||||
|
|
Loading…
Reference in New Issue