Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Oct 2008 07:16:44 +0000 (UTC)
From:      Nick Hibma <n_hibma@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r183742 - head/sys/dev/usb
Message-ID:  <200810100716.m9A7GiTs085669@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810100716.m9A7GiTs085669>