diff --git a/drivers/clk/clk-si5351.c b/drivers/clk/clk-si5351.c index 30335d3..dffea95 100644 --- a/drivers/clk/clk-si5351.c +++ b/drivers/clk/clk-si5351.c @@ -735,6 +735,7 @@ static long si5351_msynth_round_rate(struct clk_hw *hw, unsigned long rate, "%s - %s: a = %lu, b = %lu, c = %lu, divby4 = %d, parent_rate = %lu, rate = %lu\n", __func__, __clk_get_name(hwdata->hw.clk), a, b, c, divby4, *parent_rate, rate); + printk("parent_rate = %lu\n", *parent_rate); return rate; }