Commit 1dbe6923 authored by Codrut Grosu's avatar Codrut Grosu Committed by Mark Brown

ASoC: pxa-ssp: Added blank line after declarations

This was reported by checkpatch.pl
Signed-off-by: default avatarCodrut Grosu <codrut.cristian.grosu@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent c1ae3cfa
......@@ -354,6 +354,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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment