summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/rl6347a.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/rl6347a.c')
-rw-r--r--sound/soc/codecs/rl6347a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/rl6347a.c b/sound/soc/codecs/rl6347a.c
index a4b910e..8f571cf 100644
--- a/sound/soc/codecs/rl6347a.c
+++ b/sound/soc/codecs/rl6347a.c
@@ -51,7 +51,7 @@ int rl6347a_hw_write(void *context, unsigned int reg, unsigned int value)
if (ret == 4)
return 0;
else
- pr_err("ret=%d\n", ret);
+ dev_err(&client->dev, "I2C error %d\n", ret);
if (ret < 0)
return ret;
else
OpenPOWER on IntegriCloud