aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
authorFengguang Wu <fengguang.wu@intel.com>2014-10-04 19:09:33 +0100
committerMark Brown <broonie@kernel.org>2014-10-04 19:09:40 +0100
commitbb78cdd4914df22bdf233a9cd4b554a1f6e39804 (patch)
tree8f4261f7e9dccc8a1eeae830c63727bbb0486cc7 /sound/soc
parentASoC: Intel: byt-rt5640: Set card as fully routed (diff)
downloadlinux-dev-bb78cdd4914df22bdf233a9cd4b554a1f6e39804.tar.xz
linux-dev-bb78cdd4914df22bdf233a9cd4b554a1f6e39804.zip
ASoC: Intel: byt-rt5640: fix coccinelle warnings
sound/soc/intel/byt-rt5640.c:140:2-3: Unneeded semicolon Removes unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/intel/byt-rt5640.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/byt-rt5640.c b/sound/soc/intel/byt-rt5640.c
index 88ad57fc58b2..e03abdf21c1b 100644
--- a/sound/soc/intel/byt-rt5640.c
+++ b/sound/soc/intel/byt-rt5640.c
@@ -159,7 +159,7 @@ static int byt_rt5640_init(struct snd_soc_pcm_runtime *runtime)
default:
custom_map = byt_rt5640_intmic_dmic1_map;
num_routes = ARRAY_SIZE(byt_rt5640_intmic_dmic1_map);
- };
+ }
ret = snd_soc_dapm_add_routes(dapm, custom_map, num_routes);
if (ret)