projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aaafcfe
)
ASoC: wm9712: Add missing brace
author
Mark Brown
<broonie@kernel.org>
Wed, 20 Sep 2017 11:35:37 +0000
(12:35 +0100)
committer
Mark Brown
<broonie@kernel.org>
Wed, 20 Sep 2017 11:35:37 +0000
(12:35 +0100)
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wm9712.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm9712.c
b/sound/soc/codecs/wm9712.c
index 1e228bf9f1ae00e35b300c281a804c94060aad99..9db5c7783de5f31dad36418c45b35d5e7eebe8f2 100644
(file)
--- a/
sound/soc/codecs/wm9712.c
+++ b/
sound/soc/codecs/wm9712.c
@@
-658,6
+658,7
@@
static int wm9712_soc_probe(struct snd_soc_codec *codec)
if (IS_ERR(regmap)) {
ret = PTR_ERR(regmap);
goto err_free_ac97_codec;
+ }
#endif
}