Date: Wed, 29 Oct 2008 11:03:15 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r184437 - head/sys/dev/usb Message-ID: <200810291103.m9TB3FUU021099@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bz Date: Wed Oct 29 11:03:15 2008 New Revision: 184437 URL: http://svn.freebsd.org/changeset/base/184437 Log: Comment out #define turning on debugging which went in with r184436 and which is also in conf/NOTES and thus defined twice when building LINT. Modified: head/sys/dev/usb/u3g.c Modified: head/sys/dev/usb/u3g.c ============================================================================== --- head/sys/dev/usb/u3g.c Wed Oct 29 08:08:55 2008 (r184436) +++ head/sys/dev/usb/u3g.c Wed Oct 29 11:03:15 2008 (r184437) @@ -51,7 +51,7 @@ #endif #include "usbdevs.h" -#define U3G_DEBUG +/* #define U3G_DEBUG */ #ifdef U3G_DEBUG #define DPRINTF(x...) do { if (u3gdebug) device_printf(sc->sc_dev, ##x); } while (0) int u3gdebug = 1;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810291103.m9TB3FUU021099>