Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d420d40e authored by Mark Brown's avatar Mark Brown
Browse files

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: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 898f8b0b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)