From: Bard Liao Date: Wed, 19 Jul 2017 01:52:12 +0000 (+0800) Subject: ASoC: rt274: correct comment style X-Git-Tag: v4.14-rc1~114^2~3^2~6^4~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=49a69163ddbe47063be960ad5c2fcfe94c8b473b;p=thirdparty%2Flinux.git ASoC: rt274: correct comment style There was a comment style issue in the driver. Signed-off-by: Bard Liao Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/rt274.c b/sound/soc/codecs/rt274.c index 81e29ba2f50c5..fb683ffc4e034 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);