Re: [PATCH v2 2/2] i2c: rcar: add FastMode+ support for Gen4

From: Andi Shyti
Date: Thu Dec 14 2023 - 15:55:06 EST


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>