diff options
author | Fengguang Wu <fengguang.wu@intel.com> | 2014-10-04 14:09:33 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-10-04 14:09:40 -0400 |
commit | bb78cdd4914df22bdf233a9cd4b554a1f6e39804 (patch) | |
tree | 8f4261f7e9dccc8a1eeae830c63727bbb0486cc7 | |
parent | c47a39a6806d756c34eb01b1081866845fb76dc3 (diff) |
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>
-rw-r--r-- | sound/soc/intel/byt-rt5640.c | 2 |
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) | |||
159 | default: | 159 | default: |
160 | custom_map = byt_rt5640_intmic_dmic1_map; | 160 | custom_map = byt_rt5640_intmic_dmic1_map; |
161 | num_routes = ARRAY_SIZE(byt_rt5640_intmic_dmic1_map); | 161 | num_routes = ARRAY_SIZE(byt_rt5640_intmic_dmic1_map); |
162 | }; | 162 | } |
163 | 163 | ||
164 | ret = snd_soc_dapm_add_routes(dapm, custom_map, num_routes); | 164 | ret = snd_soc_dapm_add_routes(dapm, custom_map, num_routes); |
165 | if (ret) | 165 | if (ret) |