svn commit: r351100 - head/sys/dev/iicbus/twsi looks to be missing (uintmax_t) cast

From: Mark Millard <marklmi_at_yahoo.com>
Date: Thu, 15 Aug 2019 12:34:25 -0700
A textually small nit for r351100 is that %ju normally goes with a
(uintmax_t) cast, so more like:

debugf(sc->dev, "Bus clock is at %ju\n", (uintmax_t)clk);

%ju need not match up with uint64_t from:

        uint64_t clk;


===
Mark Millard
marklmi at yahoo.com
( dsl-only.net went
away in early 2018-Mar)
Received on Thu Aug 15 2019 - 17:34:34 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:21 UTC