aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/codecs/wm8962.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8962.c b/sound/soc/codecs/wm8962.c
index cd96d463a505..c06bb5088e60 100644
--- a/sound/soc/codecs/wm8962.c
+++ b/sound/soc/codecs/wm8962.c
@@ -2884,7 +2884,7 @@ static int wm8962_set_fll(struct snd_soc_codec *codec, int fll_id, int source,
2884 snd_soc_write(codec, WM8962_FLL_CONTROL_7, fll_div.lambda); 2884 snd_soc_write(codec, WM8962_FLL_CONTROL_7, fll_div.lambda);
2885 snd_soc_write(codec, WM8962_FLL_CONTROL_8, fll_div.n); 2885 snd_soc_write(codec, WM8962_FLL_CONTROL_8, fll_div.n);
2886 2886
2887 try_wait_for_completion(&wm8962->fll_lock); 2887 reinit_completion(&wm8962->fll_lock);
2888 2888
2889 ret = pm_runtime_get_sync(codec->dev); 2889 ret = pm_runtime_get_sync(codec->dev);
2890 if (ret < 0) { 2890 if (ret < 0) {