From: Sakari Ailus <sakari.ailus@xxxxxxxxxxxxxxx> op_pix_clk_div is directly assigned and not calculated. There's no need to verify it. Signed-off-by: Sakari Ailus <sakari.ailus@xxxxxxxxxxxxxxx> --- drivers/media/i2c/smiapp-pll.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/drivers/media/i2c/smiapp-pll.c b/drivers/media/i2c/smiapp-pll.c index 862ca0c..0d5c503 100644 --- a/drivers/media/i2c/smiapp-pll.c +++ b/drivers/media/i2c/smiapp-pll.c @@ -116,11 +116,6 @@ static int check_all_bounds(struct device *dev, "op_sys_clk_div"); if (!rval) rval = bounds_check( - dev, op_pll->pix_clk_div, - op_limits->min_pix_clk_div, op_limits->max_pix_clk_div, - "op_pix_clk_div"); - if (!rval) - rval = bounds_check( dev, op_pll->sys_clk_freq_hz, op_limits->min_sys_clk_freq_hz, op_limits->max_sys_clk_freq_hz, -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html