This is an automatic generated email to let you know that the following patch 
were queued:

Subject: media: ccs-pll: Fix comment on check against maximum PLL multiplier
Author:  Sakari Ailus <[email protected]>
Date:    Tue Jul 7 10:54:14 2020 +0200

The comment is about minimum PLL multiplier but the related check really
deals with the maximum PLL multiplier.

Signed-off-by: Sakari Ailus <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 drivers/media/i2c/ccs-pll.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

---

diff --git a/drivers/media/i2c/ccs-pll.c b/drivers/media/i2c/ccs-pll.c
index 78897a7c1448..f4c41d61e332 100644
--- a/drivers/media/i2c/ccs-pll.c
+++ b/drivers/media/i2c/ccs-pll.c
@@ -203,7 +203,7 @@ __ccs_pll_calculate(struct device *dev, const struct 
ccs_pll_limits *lim,
                           / div);
        dev_dbg(dev, "more_mul_max: max_op_sys_clk_div check: %u\n",
                more_mul_max);
-       /* Ensure we won't go above min_pll_multiplier. */
+       /* Ensure we won't go above max_pll_multiplier. */
        more_mul_max = min(more_mul_max,
                           DIV_ROUND_UP(op_lim_fr->max_pll_multiplier, mul));
        dev_dbg(dev, "more_mul_max: min_pll_multiplier check: %u\n",

_______________________________________________
linuxtv-commits mailing list
[email protected]
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to