From: Mark Brown Date: Mon, 22 Nov 2010 19:11:48 +0000 (+0000) Subject: ASoC: Fix multi-component mismerge in WM8523 X-Git-Tag: v2.6.37-rc4~14^2^2~23 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f71a4734b1ad7edccbfd9bd395df328ebbd94287;p=karo-tx-linux.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);