projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
275708f
)
ASoC: wm8995: Return -EINVAL if device ID mismatch
author
Axel Lin
<axel.lin@gmail.com>
Fri, 16 Sep 2011 02:46:33 +0000
(10:46 +0800)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Fri, 16 Sep 2011 09:49:09 +0000
(10:49 +0100)
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>
sound/soc/codecs/wm8995.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/wm8995.c
b/sound/soc/codecs/wm8995.c
index 5ad873fda814d9e20502684c2db87ebc13407b34..05f779532b1bdf6cd6cd84109adcfca851d6b144 100644
(file)
--- 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;
}