提交 5aa3b03a 编写于 作者: M Mark Brown

ASoC: wm9712: Add missing brace

Signed-off-by: NMark Brown <broonie@kernel.org>
上级 aaafcfed
...@@ -658,6 +658,7 @@ static int wm9712_soc_probe(struct snd_soc_codec *codec) ...@@ -658,6 +658,7 @@ static int wm9712_soc_probe(struct snd_soc_codec *codec)
if (IS_ERR(regmap)) { if (IS_ERR(regmap)) {
ret = PTR_ERR(regmap); ret = PTR_ERR(regmap);
goto err_free_ac97_codec; goto err_free_ac97_codec;
}
#endif #endif
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册