Browse Source

Merge "disp: msm: dsi: fix rate debug log"

qctecmdr 4 years ago
parent
commit
e570cc7400
1 changed files with 1 additions and 2 deletions
  1. 1 2
      msm/dsi/dsi_pll_5nm.c

+ 1 - 2
msm/dsi/dsi_pll_5nm.c

@@ -1354,9 +1354,8 @@ static int dsi_pll_5nm_dynamic_clk_vco_set_rate(struct dsi_pll_resource *rsc)
 		DSI_PLL_ERR(rsc, "cannot find pll codes rate=%ld\n", rate);
 		return -EINVAL;
 	}
-	DSI_PLL_DBG(rsc, "ndx=%d, rate=%lu\n", rate);
-
 
+	DSI_PLL_DBG(rsc, "ndx=%d, rate=%lu\n", rsc->index, rate);
 	rsc->vco_current_rate = rate;
 
 	dsi_pll_calc_dec_frac(pll, rsc);