aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/codecs/wm8994.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c
index 9f32dd8660d5..303d755b9342 100644
--- a/sound/soc/codecs/wm8994.c
+++ b/sound/soc/codecs/wm8994.c
@@ -2080,6 +2080,7 @@ static int wm8994_get_fll_config(struct wm8994 *control, struct fll_div *fll,
2080 fll->k = K / 10; 2080 fll->k = K / 10;
2081 2081
2082 pr_debug("N=%x K=%x\n", fll->n, fll->k); 2082 pr_debug("N=%x K=%x\n", fll->n, fll->k);
2083 break;
2083 2084
2084 default: 2085 default:
2085 gcd_fll = gcd(freq_out, freq_in); 2086 gcd_fll = gcd(freq_out, freq_in);