From: Mark Brown Date: Wed, 10 Aug 2011 13:19:19 +0000 (+0900) Subject: ASoC: Add missing break in WM8994 probe X-Git-Tag: v3.1-rc9~2^2~48 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=280ec8b718e8565333ace339d6bba91239440b20;p=platform%2Fkernel%2Flinux-stable.git ASoC: Add missing break in WM8994 probe This error would have no effect on current silicon revisions, the fall through case has the same behaviour. Signed-off-by: Mark Brown Acked-by: Liam Girdwood --- diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c index 09e680a..b393f9f 100644 --- a/sound/soc/codecs/wm8994.c +++ b/sound/soc/codecs/wm8994.c @@ -2981,6 +2981,7 @@ static int wm8994_codec_probe(struct snd_soc_codec *codec) wm8994->hubs.dcs_readback_mode = 1; break; } + break; case WM8958: wm8994->hubs.dcs_readback_mode = 1;