Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 22363e75 authored by Xiubo Li's avatar Xiubo Li Committed by Mark Brown
Browse files

ASoC: ab8500: remove the useless 'break' after 'return'



'break' here is not useful after 'return' or 'goto'.

Signed-off-by: default avatarXiubo Li <lixiubo@cmss.chinamobile.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 822ad70a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);