Module Name: src Committed By: skrll Date: Tue Dec 21 10:16:05 UTC 2021
Modified Files: src/sys/dev/usb: ehci.c Log Message: Remove an empty line To generate a diff of this commit: cvs rdiff -u -r1.294 -r1.295 src/sys/dev/usb/ehci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/usb/ehci.c diff -u src/sys/dev/usb/ehci.c:1.294 src/sys/dev/usb/ehci.c:1.295 --- src/sys/dev/usb/ehci.c:1.294 Tue Dec 21 10:14:43 2021 +++ src/sys/dev/usb/ehci.c Tue Dec 21 10:16:05 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: ehci.c,v 1.294 2021/12/21 10:14:43 skrll Exp $ */ +/* $NetBSD: ehci.c,v 1.295 2021/12/21 10:16:05 skrll Exp $ */ /* * Copyright (c) 2004-2012,2016,2020 The NetBSD Foundation, Inc. @@ -54,7 +54,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.294 2021/12/21 10:14:43 skrll Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.295 2021/12/21 10:16:05 skrll Exp $"); #include "ohci.h" #include "uhci.h" @@ -3163,7 +3163,6 @@ ehci_alloc_sitd(ehci_softc_t *sc) mutex_enter(&sc->sc_lock); freesitd = LIST_FIRST(&sc->sc_freesitds); if (freesitd == NULL) { - DPRINTF("allocating chunk", 0, 0, 0, 0); mutex_exit(&sc->sc_lock);