浏览代码

ASoC: max98925: trivial duplicate typo fix in set_fmt

Signed-off-by: Anish Kumar <yesanishhere@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Anish Kumar 10 年之前
父节点
当前提交
718b25c803
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sound/soc/codecs/max98925.c

+ 1 - 1
sound/soc/codecs/max98925.c

@@ -346,7 +346,7 @@ static int max98925_dai_set_fmt(struct snd_soc_dai *codec_dai,
 	}
 
 	regmap_update_bits(max98925->regmap, MAX98925_FORMAT,
-			M98925_DAI_BCI_MASK | M98925_DAI_BCI_MASK, invert);
+			M98925_DAI_BCI_MASK, invert);
 	return 0;
 }