Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Temporarily disable a DIAGNOSTIC.



details:   https://anonhg.NetBSD.org/src/rev/f6ee09ce5445
branches:  trunk
changeset: 477163:f6ee09ce5445
user:      augustss <augustss%NetBSD.org@localhost>
date:      Wed Oct 13 14:28:07 1999 +0000

description:
Temporarily disable a DIAGNOSTIC.

diffstat:

 sys/dev/usb/usbdi.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 296f12a3d2b2 -r f6ee09ce5445 sys/dev/usb/usbdi.c
--- a/sys/dev/usb/usbdi.c       Wed Oct 13 09:00:49 1999 +0000
+++ b/sys/dev/usb/usbdi.c       Wed Oct 13 14:28:07 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usbdi.c,v 1.45 1999/10/13 08:10:58 augustss Exp $      */
+/*     $NetBSD: usbdi.c,v 1.46 1999/10/13 14:28:07 augustss Exp $      */
 
 /*
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -765,7 +765,7 @@
                pipe->methods->done(reqh);
 
        /* Remove request from queue. */
-#ifdef DIAGNOSTIC
+#ifdef DIAGNOSTICx
        if (reqh != SIMPLEQ_FIRST(&pipe->queue))
                printf("usb_transfer_complete: bad dequeue\n");
 #endif



Home | Main Index | Thread Index | Old Index