diff options
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | 2014-04-17 13:42:54 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-04-18 15:12:57 +0100 |
commit | cab27258b1fdaad6380c971917b22d8d54abb7f5 (patch) | |
tree | 68e3cbb202d3de42a91fe8b342808fde571c140a /sound/soc/codecs | |
parent | c9eaa447e77efe77b7fa4c953bd62de8297fd6c5 (diff) | |
download | blackbird-op-linux-cab27258b1fdaad6380c971917b22d8d54abb7f5.tar.gz blackbird-op-linux-cab27258b1fdaad6380c971917b22d8d54abb7f5.zip |
ASoC: wm_adsp: Remove uneeded semicolon
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>
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r-- | 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 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; } |