Hi Wolfram, [...] > - dev_dbg(dev, "clk %u/%u(%lu), round %u, CDF: %u SCHD %u SCLD %u\n", > - scl, t.bus_freq_hz, rate, round, cdf, priv->schd, priv->scld); > + dev_dbg(dev, "clk %u/%u(%lu), round %u, CDF: %u SCHD %u SCLD %u SMD %u\n", > + scl, t.bus_freq_hz, rate, round, cdf, priv->schd, priv->scld, priv->smd); as we were here we could have written the register values as 0x%x, but it's also OK to keep the change with a minimal impact. Reviewed-by: Andi Shyti <andi.shyti@xxxxxxxxxx>