diff options
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/codecs/wm8995.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8995.c b/sound/soc/codecs/wm8995.c index 5ad873fda81..05f779532b1 100644 --- a/sound/soc/codecs/wm8995.c +++ b/sound/soc/codecs/wm8995.c | |||
@@ -1642,6 +1642,7 @@ static int wm8995_probe(struct snd_soc_codec *codec) | |||
1642 | 1642 | ||
1643 | if (ret != 0x8995) { | 1643 | if (ret != 0x8995) { |
1644 | dev_err(codec->dev, "Invalid device ID: %#x\n", ret); | 1644 | dev_err(codec->dev, "Invalid device ID: %#x\n", ret); |
1645 | ret = -EINVAL; | ||
1645 | goto err_reg_enable; | 1646 | goto err_reg_enable; |
1646 | } | 1647 | } |
1647 | 1648 | ||