Don't spam the output with rate propagation messages. It isn't done for any other clock. Signed-off-by: Lucas Stach <l.stach@xxxxxxxxxxxxxx> --- drivers/clk/clk-fixed-factor.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/clk/clk-fixed-factor.c b/drivers/clk/clk-fixed-factor.c index 0be48558e680..021c43339feb 100644 --- a/drivers/clk/clk-fixed-factor.c +++ b/drivers/clk/clk-fixed-factor.c @@ -56,7 +56,6 @@ static int clk_factor_set_rate(struct clk *clk, unsigned long rate, struct clk_fixed_factor *fix = container_of(clk, struct clk_fixed_factor, clk); if (clk->flags & CLK_SET_RATE_PARENT) { - printk("%s: %ld -> parent %ld\n", __func__, rate, rate * fix->div / fix->mult); return clk_set_rate(clk_get_parent(clk), rate * fix->div / fix->mult); } -- 2.11.0 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox