summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/wm8995.c
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@gmail.com>2011-09-16 10:46:33 +0800
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-09-16 10:49:09 +0100
commit6fa0c25bf450fa9b2325e1eff9c58627330026ab (patch)
treea5815317e392658b9e357ec1572b6d9e4478d51f /sound/soc/codecs/wm8995.c
parent275708f88d3dce0728e2d099b5de8ebc0f15c69a (diff)
ASoC: wm8995: Return -EINVAL if device ID mismatch
Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Liam Girdwood <lrg@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm8995.c')
-rw-r--r--sound/soc/codecs/wm8995.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8995.c b/sound/soc/codecs/wm8995.c
index 5ad873fda814..05f779532b1b 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)
if (ret != 0x8995) {
dev_err(codec->dev, "Invalid device ID: %#x\n", ret);
+ ret = -EINVAL;
goto err_reg_enable;
}