ASoC: pxa-ssp: Added blank line after declarations
authorCodrut Grosu <codrut.cristian.grosu@gmail.com>
Sat, 25 Feb 2017 21:33:50 +0000 (23:33 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 7 Mar 2017 13:27:42 +0000 (14:27 +0100)
This was reported by checkpatch.pl

Signed-off-by: Codrut Grosu <codrut.cristian.grosu@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/pxa/pxa-ssp.c

index 3cad990dad2cd35e8334ff54ea14632c0319dd8c..e9f6df38b1524e68a81aa2ca32ddc9dd63bd66cc 100644 (file)
@@ -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;