projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c47a39a
)
ASoC: Intel: byt-rt5640: fix coccinelle warnings
author
Fengguang Wu
<fengguang.wu@intel.com>
Sat, 4 Oct 2014 18:09:33 +0000
(19:09 +0100)
committer
Mark Brown
<broonie@kernel.org>
Sat, 4 Oct 2014 18:09:40 +0000
(19:09 +0100)
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>
sound/soc/intel/byt-rt5640.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/intel/byt-rt5640.c
b/sound/soc/intel/byt-rt5640.c
index 88ad57fc58b23a9d38d74764da8ed9d475cc819b..e03abdf21c1bc3f4dbff62f4cd46d80327dbadd1 100644
(file)
--- 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)