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 Remove a printf



details:   https://anonhg.NetBSD.org/src/rev/30a27171fe95
branches:  nick-nhusb
changeset: 334574:30a27171fe95
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Dec 27 10:16:49 2016 +0000

description:
Remove a printf

diffstat:

 sys/dev/usb/ehci.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 0d1214e12d7d -r 30a27171fe95 sys/dev/usb/ehci.c
--- a/sys/dev/usb/ehci.c        Tue Dec 27 10:09:24 2016 +0000
+++ b/sys/dev/usb/ehci.c        Tue Dec 27 10:16:49 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ehci.c,v 1.234.2.105 2016/12/27 08:59:48 skrll Exp $ */
+/*     $NetBSD: ehci.c,v 1.234.2.106 2016/12/27 10:16:49 skrll Exp $ */
 
 /*
  * Copyright (c) 2004-2012 The NetBSD Foundation, Inc.
@@ -53,7 +53,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.234.2.105 2016/12/27 08:59:48 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.234.2.106 2016/12/27 10:16:49 skrll Exp $");
 
 #include "ohci.h"
 #include "uhci.h"
@@ -3239,7 +3239,6 @@
        sqtd = sqtd->nextqtd;
        /* Zap curqtd register if hardware pointed inside the xfer. */
        if (hit && sqtd != NULL) {
-printf("%s: hit!\n", __func__);
                DPRINTF("cur=0x%08x", sqtd->physaddr, 0, 0, 0);
                sqh->qh.qh_curqtd = htole32(sqtd->physaddr); /* unlink qTDs */
                usb_syncmem(&sqh->dma,



Home | Main Index | Thread Index | Old Index