提交 d420d40e 编写于 作者: M Mark Brown

ASoC: Remove excessively verbose logging on I2C write

We don't need to log every I2C transfer, and certainly not at error level.
Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
上级 898f8b0b
......@@ -245,7 +245,6 @@ static unsigned int do_i2c_read(struct snd_soc_codec *codec,
xfer[1].buf = data;
ret = i2c_transfer(client->adapter, xfer, 2);
dev_err(&client->dev, "i2c_transfer() returned %d\n", ret);
if (ret == 2)
return 0;
else if (ret < 0)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册