aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8962.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/wm8962.c')
-rw-r--r--sound/soc/codecs/wm8962.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8962.c b/sound/soc/codecs/wm8962.c
index 172dcacb828e..5a6516ee06a8 100644
--- a/sound/soc/codecs/wm8962.c
+++ b/sound/soc/codecs/wm8962.c
@@ -3718,7 +3718,7 @@ static __devinit int wm8962_i2c_probe(struct i2c_client *i2c,
3718 } 3718 }
3719 if (reg != 0x6243) { 3719 if (reg != 0x6243) {
3720 dev_err(&i2c->dev, 3720 dev_err(&i2c->dev,
3721 "Device is not a WM8962, ID %x != 0x6243\n", ret); 3721 "Device is not a WM8962, ID %x != 0x6243\n", reg);
3722 ret = -EINVAL; 3722 ret = -EINVAL;
3723 goto err_regmap; 3723 goto err_regmap;
3724 } 3724 }