From: Mark Brown Date: Mon, 22 Nov 2010 19:11:48 +0000 (+0000) Subject: ASoC: Fix multi-component mismerge in WM8523 X-Git-Tag: firefly_0821_release~7613^2~3155^2~11^2~23 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f71a4734b1ad7edccbfd9bd395df328ebbd94287;p=firefly-linux-kernel-4.4.55.git ASoC: Fix multi-component mismerge in WM8523 Signed-off-by: Mark Brown Acked-by: Liam Girdwood --- diff --git a/sound/soc/codecs/wm8523.c b/sound/soc/codecs/wm8523.c index 712ef7c76f90..9a433a5396cb 100644 --- a/sound/soc/codecs/wm8523.c +++ b/sound/soc/codecs/wm8523.c @@ -146,7 +146,6 @@ static int wm8523_startup(struct snd_pcm_substream *substream, return -EINVAL; } - return 0; snd_pcm_hw_constraint_list(substream->runtime, 0, SNDRV_PCM_HW_PARAM_RATE, &wm8523->rate_constraint);