svn commit: r184437 - head/sys/dev/usb

Bjoern A. Zeeb bz at FreeBSD.org
Wed Oct 29 04:03:16 PDT 2008


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;


More information about the svn-src-all mailing list