[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231214205449.x7bbu7i7m52ihibz@zenone.zhora.eu>
Date: Thu, 14 Dec 2023 21:54:49 +0100
From: Andi Shyti <andi.shyti@...nel.org>
To: Wolfram Sang <wsa+renesas@...g-engineering.com>
Cc: linux-renesas-soc@...r.kernel.org,
Geert Uytterhoeven <geert+renesas@...der.be>,
Magnus Damm <magnus.damm@...il.com>, linux-i2c@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 2/2] i2c: rcar: add FastMode+ support for Gen4
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@...nel.org>
Powered by blists - more mailing lists