aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/codecs/rt5651.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt5651.c b/sound/soc/codecs/rt5651.c
index a3506e193abc..96bbb7d12a83 100644
--- a/sound/soc/codecs/rt5651.c
+++ b/sound/soc/codecs/rt5651.c
@@ -1769,7 +1769,7 @@ static int rt5651_i2c_probe(struct i2c_client *i2c,
1769 regmap_read(rt5651->regmap, RT5651_DEVICE_ID, &ret); 1769 regmap_read(rt5651->regmap, RT5651_DEVICE_ID, &ret);
1770 if (ret != RT5651_DEVICE_ID_VALUE) { 1770 if (ret != RT5651_DEVICE_ID_VALUE) {
1771 dev_err(&i2c->dev, 1771 dev_err(&i2c->dev,
1772 "Device with ID register %x is not rt5651\n", ret); 1772 "Device with ID register %#x is not rt5651\n", ret);
1773 return -ENODEV; 1773 return -ENODEV;
1774 } 1774 }
1775 1775