Date: Mon, 05 Mar 2018 19:22:48 -0700 From: Ian Lepore <ian@freebsd.org> To: Jonathan Looney <jonlooney@gmail.com> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r330407 - head/sys/dev/iicbus Message-ID: <1520302968.15494.7.camel@freebsd.org> In-Reply-To: <CADrOrmvfHn5B4gbhcrPuYc_y_2KzrMVTqevoApRu5WzwOFC_AA@mail.gmail.com> References: <201803041932.w24JWqei028169@repo.freebsd.org> <CADrOrmvfHn5B4gbhcrPuYc_y_2KzrMVTqevoApRu5WzwOFC_AA@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 2018-03-05 at 19:05 -0500, Jonathan Looney wrote: > It looks like this is causing compilation failures: > > /home/jtl/head/sys/dev/iicbus/ds1672.c:147:20: error: use of > undeclared > identifier 'sc' > clock_dbgprint_ts(sc->sc_dev, CLOCK_DBG_READ, ts); > ^ > /home/jtl/head/sys/dev/iicbus/ds1672.c:162:20: error: use of > undeclared > identifier 'sc' > clock_dbgprint_ts(sc->sc_dev, CLOCK_DBG_WRITE, ts); > ^ > 2 errors generated. > > > Jonathan Oops, sorry about that. I didn't realize it wasn't being built as a module, so I never actually compile-tested it. Fixed in r330528. -- Ian > On Sun, Mar 4, 2018 at 2:32 PM, Ian Lepore <ian@freebsd.org> wrote: > > > > > Author: ian > > Date: Sun Mar 4 19:32:52 2018 > > New Revision: 330407 > > URL: https://svnweb.freebsd.org/changeset/base/330407 > > > > Log: > > Add calls to the new clock_dbgprint_xxx() functions. Also, stop > > applying > > a local .5 second adjustment to the time, since that is now done > > by the > > code in subr_rtc.c. > > > > Modified: > > head/sys/dev/iicbus/ds1672.c > > > > > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1520302968.15494.7.camel>