projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ae7e1f
)
MLK-11915-07 ASoC: imx-audmux: fix missing break in switch
author
Zidan Wang
<zidan.wang@freescale.com>
Fri, 27 Nov 2015 03:20:49 +0000
(11:20 +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
302516a1dfca5758a34cbed939c9976679febb0c
)
sound/soc/fsl/imx-audmux.c
patch
|
blob
|
history
diff --git
a/sound/soc/fsl/imx-audmux.c
b/sound/soc/fsl/imx-audmux.c
index
7ceb8b1
..
17766f8
100644
(file)
--- a/
sound/soc/fsl/imx-audmux.c
+++ b/
sound/soc/fsl/imx-audmux.c
@@
-343,6
+343,7
@@
static int imx_audmux_probe(struct platform_device *pdev)
break;
case IMX21_AUDMUX:
reg_max = 6;
+ break;
default:
dev_err(&pdev->dev, "unsupported version!\n");
return -EINVAL;