aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorBard Liao <bardliao@realtek.com>2017-07-19 09:52:12 +0800
committerMark Brown <broonie@kernel.org>2017-07-19 11:55:08 +0100
commit49a69163ddbe47063be960ad5c2fcfe94c8b473b (patch)
tree8d9b8421ebdb96df66622962caf243993fc9ba4a /sound
parentc7e79b2b2d2d7c13c6162ed8672357f4ad0fd8f5 (diff)
ASoC: rt274: correct comment style
There was a comment style issue in the driver. Signed-off-by: Bard Liao <bardliao@realtek.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/rt274.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt274.c b/sound/soc/codecs/rt274.c
index 81e29ba2f50c..fb683ffc4e03 100644
--- a/sound/soc/codecs/rt274.c
+++ b/sound/soc/codecs/rt274.c
@@ -1159,7 +1159,7 @@ static int rt274_i2c_probe(struct i2c_client *i2c,
regmap_update_bits(rt274->regmap, 0x6f, 0x3000, 0x2000);
/* HP DC Calibration */
regmap_update_bits(rt274->regmap, 0x6f, 0xf, 0x0);
- //Set NID=58h.Index 00h [15]= 1b;
+ /* Set NID=58h.Index 00h [15]= 1b; */
regmap_write(rt274->regmap, RT274_COEF58_INDEX, 0x00);
regmap_write(rt274->regmap, RT274_COEF58_COEF, 0xb888);
msleep(500);