projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9eaa44
)
ASoC: wm_adsp: Remove uneeded semicolon
author
Charles Keepax
<ckeepax@opensource.wolfsonmicro.com>
Thu, 17 Apr 2014 12:42:54 +0000
(13:42 +0100)
committer
Mark Brown
<broonie@linaro.org>
Fri, 18 Apr 2014 14:12:57 +0000
(15:12 +0100)
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/wm_adsp.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm_adsp.c
b/sound/soc/codecs/wm_adsp.c
index bb5f7b4e3ebbfe016146343c9c1178f568c93517..53e3ab5fa0de5f88d4a18e8da5fb766716148a42 100644
(file)
--- a/
sound/soc/codecs/wm_adsp.c
+++ b/
sound/soc/codecs/wm_adsp.c
@@
-1625,7
+1625,7
@@
int wm_adsp2_early_event(struct snd_soc_dapm_widget *w,
break;
default:
break;
- }
;
+ }
return 0;
}