Skip to content

Commit d728579

Browse files
Wolfram Sangwsakernel
authored andcommitted
i2c: rcar: properly format a debug output
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>
1 parent be944ce commit d728579

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/i2c/busses/i2c-rcar.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ static int rcar_i2c_clock_calculate(struct rcar_i2c_priv *priv)
323323
if (scgd == 0x40)
324324
goto err_no_val;
325325

326-
dev_dbg(dev, "clk %d/%d(%lu), round %u, CDF:0x%x, SCGD: 0x%x\n",
326+
dev_dbg(dev, "clk %u/%u(%lu), round %u, CDF: %u, SCGD: %u\n",
327327
scl, t.bus_freq_hz, rate, round, cdf, scgd);
328328

329329
/* keep icccr value */

0 commit comments

Comments
 (0)