commit | 718b25c803df8c1f8f2090c115911d123e34c78a | [log] [tgz] |
---|---|---|
author | Anish Kumar <yesanishhere@gmail.com> | Wed Mar 11 15:13:16 2015 -0700 |
committer | Mark Brown <broonie@kernel.org> | Thu Mar 12 19:20:06 2015 +0000 |
tree | e4bf1e72cdae36b02f0fc48916e319b9865cacbc | |
parent | 10dcc448d13071ed0d3797233187e79be258d90c [diff] |
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>
diff --git a/sound/soc/codecs/max98925.c b/sound/soc/codecs/max98925.c index 34fc4d0..1f8e803 100644 --- a/sound/soc/codecs/max98925.c +++ b/sound/soc/codecs/max98925.c
@@ -346,7 +346,7 @@ } regmap_update_bits(max98925->regmap, MAX98925_FORMAT, - M98925_DAI_BCI_MASK | M98925_DAI_BCI_MASK, invert); + M98925_DAI_BCI_MASK, invert); return 0; }