Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Don't always define UGENSA_DEBUG
details: https://anonhg.NetBSD.org/src/rev/c9584f33afef
branches: trunk
changeset: 819285:c9584f33afef
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Nov 25 12:51:59 2016 +0000
description:
Don't always define UGENSA_DEBUG
diffstat:
sys/dev/usb/ugensa.c | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diffs (28 lines):
diff -r a237eddf9050 -r c9584f33afef sys/dev/usb/ugensa.c
--- a/sys/dev/usb/ugensa.c Fri Nov 25 12:50:13 2016 +0000
+++ b/sys/dev/usb/ugensa.c Fri Nov 25 12:51:59 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ugensa.c,v 1.33 2016/07/07 06:55:42 msaitoh Exp $ */
+/* $NetBSD: ugensa.c,v 1.34 2016/11/25 12:51:59 skrll Exp $ */
/*
* Copyright (c) 2004, 2005 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ugensa.c,v 1.33 2016/07/07 06:55:42 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ugensa.c,v 1.34 2016/11/25 12:51:59 skrll Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -47,9 +47,6 @@
#include <dev/usb/ucomvar.h>
-/* XXXrcd: heh */
-#define UGENSA_DEBUG 1
-
#ifdef UGENSA_DEBUG
#define DPRINTF(x) if (ugensadebug) printf x
#define DPRINTFN(n,x) if (ugensadebug>(n)) printf x
Home |
Main Index |
Thread Index |
Old Index