Date: Wed, 29 Oct 2008 09:13:43 +0100 From: Rink Springer <rink@FreeBSD.org> To: Nick Hibma <n_hibma@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r184436 - head/sys/dev/usb Message-ID: <20081029081343.GA28461@rink.nu> In-Reply-To: <200810290808.m9T88tDD016760@svn.freebsd.org> References: <200810290808.m9T88tDD016760@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081029081343.GA28461>
