projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63d1a34
)
ASoC: sdm845: remove unneeded semicolon
author
Saiyam Doshi
<saiyamdoshi.in@gmail.com>
Sat, 14 Sep 2019 03:11:33 +0000
(08:41 +0530)
committer
Mark Brown
<broonie@kernel.org>
Sun, 15 Sep 2019 09:29:51 +0000
(10:29 +0100)
Remove excess semicolon after closing parenthesis.
Signed-off-by: Saiyam Doshi <saiyamdoshi.in@gmail.com>
Link:
https://lore.kernel.org/r/20190914031133.GA28447@SD
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/qcom/sdm845.c
patch
|
blob
|
history
diff --git
a/sound/soc/qcom/sdm845.c
b/sound/soc/qcom/sdm845.c
index 882f52ed8231a0675a1b191df7beea394bb31a05..28f3cef696e6133d3ad0577a8cb7824a97da0b5d 100644
(file)
--- a/
sound/soc/qcom/sdm845.c
+++ b/
sound/soc/qcom/sdm845.c
@@
-319,7
+319,7
@@
static void sdm845_snd_shutdown(struct snd_pcm_substream *substream)
snd_soc_dai_set_sysclk(cpu_dai,
Q6AFE_LPASS_CLK_ID_PRI_MI2S_IBIT,
0, SNDRV_PCM_STREAM_PLAYBACK);
- }
;
+ }
break;
case SECONDARY_MI2S_TX: