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

Rink Springer rink at FreeBSD.org
Wed Oct 29 01:13:18 PDT 2008


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


More information about the svn-src-head mailing list