diff options
author | Fengguang Wu <fengguang.wu@intel.com> | 2014-10-04 19:09:33 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-10-04 19:09:40 +0100 |
commit | bb78cdd4914df22bdf233a9cd4b554a1f6e39804 (patch) | |
tree | 8f4261f7e9dccc8a1eeae830c63727bbb0486cc7 /sound/soc/intel | |
parent | c47a39a6806d756c34eb01b1081866845fb76dc3 (diff) | |
download | blackbird-obmc-linux-bb78cdd4914df22bdf233a9cd4b554a1f6e39804.tar.gz blackbird-obmc-linux-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/intel')
-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) 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) |