projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eaeae5d
)
ASoC: wm8940: Fix check on error code form snd_soc_codec_set_cache_io
author
Jonathan Cameron
<jic23@cam.ac.uk>
Fri, 2 Oct 2009 15:09:49 +0000
(16:09 +0100)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Fri, 2 Oct 2009 15:10:55 +0000
(16:10 +0100)
Fix for typo in commit
8d50e447d19fec64adebeef55f2b60d695435412
ASoC: Factor out I/O for Wolfson 8 bit data 16 bit register CODECs
Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/wm8940.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm8940.c
b/sound/soc/codecs/wm8940.c
index
da97aae
..
1ef2454
100644
(file)
--- a/
sound/soc/codecs/wm8940.c
+++ b/
sound/soc/codecs/wm8940.c
@@
-790,7
+790,7
@@
static int wm8940_register(struct wm8940_priv *wm8940,
codec->reg_cache = &wm8940->reg_cache;
ret = snd_soc_codec_set_cache_io(codec, 8, 16, control);
- if (ret
==
0) {
+ if (ret
<
0) {
dev_err(codec->dev, "Failed to set cache I/O: %d\n", ret);
return ret;
}