From owner-svn-src-head@FreeBSD.ORG Wed Oct 29 08:13:18 2008 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE83E1065679; Wed, 29 Oct 2008 08:13:18 +0000 (UTC) (envelope-from rink@rink.nu) Received: from mx1.rink.nu (gloom.rink.nu [213.34.49.2]) by mx1.freebsd.org (Postfix) with ESMTP id 7BFF18FC12; Wed, 29 Oct 2008 08:13:18 +0000 (UTC) (envelope-from rink@rink.nu) Received: from localhost (localhost [127.0.0.1]) by mx1.rink.nu (Postfix) with ESMTP id 10DF56D42B; Wed, 29 Oct 2008 09:13:47 +0100 (CET) X-Virus-Scanned: amavisd-new at rink.nu Received: from mx1.rink.nu ([213.34.49.2]) by localhost (gloom.rink.nu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5C+VoZKHMySs; Wed, 29 Oct 2008 09:13:44 +0100 (CET) Received: by mx1.rink.nu (Postfix, from userid 1000) id F1DC36D423; Wed, 29 Oct 2008 09:13:43 +0100 (CET) Date: Wed, 29 Oct 2008 09:13:43 +0100 From: Rink Springer To: Nick Hibma Message-ID: <20081029081343.GA28461@rink.nu> References: <200810290808.m9T88tDD016760@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200810290808.m9T88tDD016760@svn.freebsd.org> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r184436 - head/sys/dev/usb X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2008 08:13:18 -0000 On Wed, Oct 29, 2008 at 08:08:55AM +0000, Nick Hibma wrote: > Modified: head/sys/dev/usb/u3g.c > ============================================================================== > --- head/sys/dev/usb/u3g.c Wed Oct 29 07:16:49 2008 (r184435) > +++ head/sys/dev/usb/u3g.c Wed Oct 29 08:08:55 2008 (r184436) > @@ -51,14 +51,12 @@ > #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) > -#define DPRINTFN(n, x...) do { if (u3gdebug > (n)) device_printf(self, ##x); } while (0) > int u3gdebug = 1; > #else > #define DPRINTF(x...) /* nop */ > -#define DPRINTFN(n, x...) /* nop */ > #endif Were these changes also intended? -- Rink P.W. Springer - http://rink.nu "Anyway boys, this is America. Just because you get more votes doesn't mean you win." - Fox Mulder