Skip to content

Commit

Permalink
ASoC: wm9712: Add missing brace
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Mark Brown committed Sep 20, 2017
1 parent aaafcfe commit 5aa3b03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/codecs/wm9712.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 5aa3b03

Please sign in to comment.