[alsa-devel] [PATCH] ASoC: wm_adsp: Remove uneeded semicolon
17 Apr
2014
17 Apr
'14
2:42 p.m.
Reported-by: kbuild test robot fengguang.wu@intel.com Signed-off-by: Charles Keepax ckeepax@opensource.wolfsonmicro.com --- sound/soc/codecs/wm_adsp.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/codecs/wm_adsp.c b/sound/soc/codecs/wm_adsp.c index d9686dc..ff15eec 100644 --- 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; }
--
1.7.2.5
18 Apr
18 Apr
4:13 p.m.
On Thu, Apr 17, 2014 at 01:42:54PM +0100, Charles Keepax wrote:
Reported-by: kbuild test robot fengguang.wu@intel.com Signed-off-by: Charles Keepax ckeepax@opensource.wolfsonmicro.com
Applied, thanks.
3863
Age (days ago)
3864
Last active (days ago)
1 comments
2 participants
participants (2)
-
Charles Keepax
-
Mark Brown