From: Charles Keepax Date: Thu, 17 Apr 2014 12:42:54 +0000 (+0100) Subject: ASoC: wm_adsp: Remove uneeded semicolon X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=cab27258b1fdaad6380c971917b22d8d54abb7f5;p=linux-beck.git ASoC: wm_adsp: Remove uneeded semicolon Reported-by: kbuild test robot Signed-off-by: Charles Keepax Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/wm_adsp.c b/sound/soc/codecs/wm_adsp.c index bb5f7b4e3ebb..53e3ab5fa0de 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; }