diff options
author | Saiyam Doshi <saiyamdoshi.in@gmail.com> | 2019-09-14 06:11:33 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-09-15 12:29:51 +0300 |
commit | fca11622d600228bec405456f41590155b3a3eca (patch) | |
tree | ca505058876bc759e446cd43abfa659d43ba991d /sound/soc/qcom | |
parent | 63d1a3488ff58e094a7f517cf93c0250f0a3f6be (diff) | |
download | linux-fca11622d600228bec405456f41590155b3a3eca.tar.xz |
ASoC: sdm845: remove unneeded semicolon
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>
Diffstat (limited to 'sound/soc/qcom')
-rw-r--r-- | sound/soc/qcom/sdm845.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/qcom/sdm845.c b/sound/soc/qcom/sdm845.c index 882f52ed8231..28f3cef696e6 100644 --- 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: |