Commit 5aa3b03a authored by Mark Brown's avatar Mark Brown

ASoC: wm9712: Add missing brace

Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent aaafcfed
......@@ -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
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment