mirror of
https://github.com/torvalds/linux.git
synced 2024-11-20 02:51:44 +00:00
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>
This commit is contained in:
parent
c1ae3cfa0e
commit
1dbe692380
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user