Date: Thu, 15 Aug 2019 12:34:25 -0700 From: Mark Millard <marklmi@yahoo.com> To: freebsd-current@freebsd.org Cc: freebsd-arm@freebsd.org Subject: svn commit: r351100 - head/sys/dev/iicbus/twsi looks to be missing (uintmax_t) cast Message-ID: <52FBFD78-F69C-48F6-84CB-DCD071ED4C00@yahoo.com>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52FBFD78-F69C-48F6-84CB-DCD071ED4C00>