Skip to content

Commit

Permalink
ASoC: ab8500: remove the useless 'break' after 'return'
Browse files Browse the repository at this point in the history
'break' here is not useful after 'return' or 'goto'.

Signed-off-by: Xiubo Li <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
Xiubo Li authored and broonie committed Jan 22, 2016
1 parent 822ad70 commit 22363e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sound/soc/codecs/ab8500-codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 22363e7

Please sign in to comment.