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

Nick Hibma n_hibma at FreeBSD.org
Fri Oct 10 07:16:45 UTC 2008


Author: n_hibma
Date: Fri Oct 10 07:16:44 2008
New Revision: 183742
URL: http://svn.freebsd.org/changeset/base/183742

Log:
  Typo in ifdef.
  
  Submitted by:	Andrew Thompson

Modified:
  head/sys/dev/usb/u3g.c

Modified: head/sys/dev/usb/u3g.c
==============================================================================
--- head/sys/dev/usb/u3g.c	Fri Oct 10 06:37:51 2008	(r183741)
+++ head/sys/dev/usb/u3g.c	Fri Oct 10 07:16:44 2008	(r183742)
@@ -165,7 +165,7 @@ u3g_attach(device_t self)
 	char devnamefmt[32];
 
 	sc->sc_dev = self;
-#ifdef DEBUG
+#ifdef U3G_DEBUG
 	sc->sc_intr_number = -1;
 	sc->sc_intr_pipe = NULL;
 #endif


More information about the svn-src-head mailing list