commit | 6fa0c25bf450fa9b2325e1eff9c58627330026ab | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Fri Sep 16 10:46:33 2011 +0800 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Fri Sep 16 10:49:09 2011 +0100 |
tree | a5815317e392658b9e357ec1572b6d9e4478d51f | |
parent | 275708f88d3dce0728e2d099b5de8ebc0f15c69a [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>
diff --git a/sound/soc/codecs/wm8995.c b/sound/soc/codecs/wm8995.c index 5ad873f..05f7795 100644 --- a/sound/soc/codecs/wm8995.c +++ b/sound/soc/codecs/wm8995.c
@@ -1642,6 +1642,7 @@ if (ret != 0x8995) { dev_err(codec->dev, "Invalid device ID: %#x\n", ret); + ret = -EINVAL; goto err_reg_enable; }