[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1488058430-15393-1-git-send-email-codrut.cristian.grosu@gmail.com>
Date: Sat, 25 Feb 2017 23:33:50 +0200
From: Codrut Grosu <codrut.cristian.grosu@...il.com>
To: perex@...ex.cz, daniel@...que.org, robert.jarzmik@...e.fr,
haojian.zhuang@...il.com, tiwai@...e.com
Cc: lgirdwood@...il.com, broonie@...nel.org,
alsa-devel@...a-project.org, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
Codrut Grosu <codrut.cristian.grosu@...il.com>
Subject: [PATCH] ASoC: pxa-ssp: Added blank line after declarations
This was reported by checkpatch.pl
Signed-off-by: Codrut Grosu <codrut.cristian.grosu@...il.com>
---
sound/soc/pxa/pxa-ssp.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/soc/pxa/pxa-ssp.c b/sound/soc/pxa/pxa-ssp.c
index 3bdace6..72a5e87 100644
--- a/sound/soc/pxa/pxa-ssp.c
+++ b/sound/soc/pxa/pxa-ssp.c
@@ -355,6 +355,7 @@ static int pxa_ssp_set_dai_pll(struct snd_soc_dai *cpu_dai, int pll_id,
if (ssp->type == PXA3xx_SSP) {
u32 val;
u64 tmp = 19968;
+
tmp *= 1000000;
do_div(tmp, freq_out);
val = tmp;
--
1.9.1
Powered by blists - more mailing lists