projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be944ce
)
i2c: rcar: properly format a debug output
author
Wolfram Sang
<wsa+renesas@sang-engineering.com>
Wed, 6 Sep 2023 20:00:20 +0000
(22:00 +0200)
committer
Wolfram Sang
<wsa@kernel.org>
Tue, 19 Sep 2023 09:10:47 +0000
(11:10 +0200)
Use proper types and spacing.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
drivers/i2c/busses/i2c-rcar.c
patch
|
blob
|
history
diff --git
a/drivers/i2c/busses/i2c-rcar.c
b/drivers/i2c/busses/i2c-rcar.c
index 49dfbeebf6b89b6728ce5773c1cfc8244b415a14..4bf47e35094f23b8ced0b8fe5df44b1ef48c6435 100644
(file)
--- a/
drivers/i2c/busses/i2c-rcar.c
+++ b/
drivers/i2c/busses/i2c-rcar.c
@@
-323,7
+323,7
@@
static int rcar_i2c_clock_calculate(struct rcar_i2c_priv *priv)
if (scgd == 0x40)
goto err_no_val;
- dev_dbg(dev, "clk %
d/%d(%lu), round %u, CDF:0x%x, SCGD: 0x%x
\n",
+ dev_dbg(dev, "clk %
u/%u(%lu), round %u, CDF: %u, SCGD: %u
\n",
scl, t.bus_freq_hz, rate, round, cdf, scgd);
/* keep icccr value */