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>
This commit is contained in:
Charles Keepax 2014-04-17 13:42:54 +01:00 committed by Mark Brown
parent c9eaa447e7
commit cab27258b1

View file

@ -1625,7 +1625,7 @@ int wm_adsp2_early_event(struct snd_soc_dapm_widget *w,
break;
default:
break;
};
}
return 0;
}