projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1ae3cf
)
ASoC: pxa-ssp: Added blank line after declarations
author
Codrut Grosu
<codrut.cristian.grosu@gmail.com>
Sat, 25 Feb 2017 21:33:50 +0000
(23:33 +0200)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/pxa/pxa-ssp.c
b/sound/soc/pxa/pxa-ssp.c
index 3cad990dad2cd35e8334ff54ea14632c0319dd8c..e9f6df38b1524e68a81aa2ca32ddc9dd63bd66cc 100644
(file)
--- 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,
if (ssp->type == PXA3xx_SSP) {
u32 val;
u64 tmp = 19968;
+
tmp *= 1000000;
do_div(tmp, freq_out);
val = tmp;