Source-Changes-HG archive

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

[src/nick-nhusb]: src/sys/dev/usb Missed a s:uhcidebug >:uhcidebug >=: in the...



details:   https://anonhg.NetBSD.org/src/rev/4024cca8cc50
branches:  nick-nhusb
changeset: 334301:4024cca8cc50
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Nov 01 12:09:48 2015 +0000

description:
Missed a s:uhcidebug >:uhcidebug >=: in the consistency with USBHIST_LOGN
commit

diffstat:

 sys/dev/usb/uhci.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 07a435c4a798 -r 4024cca8cc50 sys/dev/usb/uhci.c
--- a/sys/dev/usb/uhci.c        Sun Nov 01 12:03:48 2015 +0000
+++ b/sys/dev/usb/uhci.c        Sun Nov 01 12:09:48 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uhci.c,v 1.264.4.45 2015/11/01 10:45:42 skrll Exp $    */
+/*     $NetBSD: uhci.c,v 1.264.4.46 2015/11/01 12:09:48 skrll Exp $    */
 
 /*
  * Copyright (c) 1998, 2004, 2011, 2012 The NetBSD Foundation, Inc.
@@ -42,7 +42,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.264.4.45 2015/11/01 10:45:42 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.264.4.46 2015/11/01 12:09:48 skrll Exp $");
 
 #include "opt_usb.h"
 
@@ -1281,7 +1281,7 @@
        UHCIHIST_FUNC(); UHCIHIST_CALLED();
 
 #ifdef UHCI_DEBUG
-       if (uhcidebug > 15) {
+       if (uhcidebug >= 15) {
                DPRINTF("sc %p", sc, 0, 0, 0);
                uhci_dumpregs(sc);
        }



Home | Main Index | Thread Index | Old Index