From: Xiubo Li Date: Tue, 19 Jan 2016 03:13:12 +0000 (+0800) Subject: ASoC: ab8500: remove the useless 'break' after 'return' X-Git-Tag: next-20160210~51^2~5^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=22363e758770fa24edcc67ba33326f007bcd66a8;p=karo-tx-linux.git ASoC: ab8500: remove the useless 'break' after 'return' 'break' here is not useful after 'return' or 'goto'. Signed-off-by: Xiubo Li Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/ab8500-codec.c b/sound/soc/codecs/ab8500-codec.c index affb192238a4..b6820a1f16c7 100644 --- a/sound/soc/codecs/ab8500-codec.c +++ b/sound/soc/codecs/ab8500-codec.c @@ -2134,7 +2134,6 @@ static int ab8500_codec_set_dai_fmt(struct snd_soc_dai *dai, unsigned int fmt) "%s: ERROR: Unsupporter master mask 0x%x\n", __func__, fmt & SND_SOC_DAIFMT_MASTER_MASK); return -EINVAL; - break; } snd_soc_update_bits(codec, AB8500_DIGIFCONF3, mask, val);