projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ee9683
)
MLK-11915-06 ASoC: fsl_esai: fix missing break in switch
author
Zidan Wang
<zidan.wang@freescale.com>
Fri, 27 Nov 2015 03:15:38 +0000
(11:15 +0800)
committer
Nitin Garg
<nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:49:18 +0000
(14:49 -0500)
fix missing break in switch. Reported by Coverity.
Signed-off-by: Zidan Wang <zidan.wang@freescale.com>
(cherry picked from commit
ec9d74d9258e3320ec68a1f977932cb20ace4ca2
)
sound/soc/fsl/fsl_esai.c
patch
|
blob
|
history
diff --git
a/sound/soc/fsl/fsl_esai.c
b/sound/soc/fsl/fsl_esai.c
index
34003fa
..
cf0d356
100644
(file)
--- a/
sound/soc/fsl/fsl_esai.c
+++ b/
sound/soc/fsl/fsl_esai.c
@@
-244,6
+244,7
@@
static int fsl_esai_set_dai_sysclk(struct snd_soc_dai *dai, int clk_id,
break;
case ESAI_HCKT_EXTAL:
ecr |= ESAI_ECR_ETI;
+ break;
case ESAI_HCKR_EXTAL:
ecr |= ESAI_ECR_ERI;
break;