aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCodrut Grosu <codrut.cristian.grosu@gmail.com>2017-02-25 16:33:50 -0500
committerMark Brown <broonie@kernel.org>2017-03-07 08:27:42 -0500
commit1dbe692380de6eebdd3702b820a4bee6b931a2e5 (patch)
tree8a575bd0172ab938a67c03be44ac896f18757376
parentc1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201 (diff)
ASoC: pxa-ssp: Added blank line after declarations
This was reported by checkpatch.pl Signed-off-by: Codrut Grosu <codrut.cristian.grosu@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--sound/soc/pxa/pxa-ssp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/pxa/pxa-ssp.c b/sound/soc/pxa/pxa-ssp.c
index 3cad990dad2c..e9f6df38b152 100644
--- a/sound/soc/pxa/pxa-ssp.c
+++ b/sound/soc/pxa/pxa-ssp.c
@@ -354,6 +354,7 @@ static int pxa_ssp_set_dai_pll(struct snd_soc_dai *cpu_dai, int pll_id,
354 if (ssp->type == PXA3xx_SSP) { 354 if (ssp->type == PXA3xx_SSP) {
355 u32 val; 355 u32 val;
356 u64 tmp = 19968; 356 u64 tmp = 19968;
357
357 tmp *= 1000000; 358 tmp *= 1000000;
358 do_div(tmp, freq_out); 359 do_div(tmp, freq_out);
359 val = tmp; 360 val = tmp;