summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/max98388.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/max98388.c')
-rw-r--r--sound/soc/codecs/max98388.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/max98388.c b/sound/soc/codecs/max98388.c
index 1fd50e56ecae..cde5e85946cb 100644
--- a/sound/soc/codecs/max98388.c
+++ b/sound/soc/codecs/max98388.c
@@ -960,7 +960,7 @@ static int max98388_i2c_probe(struct i2c_client *i2c)
ret = regmap_read(max98388->regmap,
MAX98388_R22FF_REV_ID, &reg);
if (ret < 0)
- return dev_err_probe(&i2c->dev, PTR_ERR(max98388->regmap),
+ return dev_err_probe(&i2c->dev, ret,
"Failed to read the revision ID\n");
dev_info(&i2c->dev, "MAX98388 revisionID: 0x%02X\n", reg);