diff options
| author | skrll <skrll@NetBSD.org> | 2021-12-21 10:16:05 +0000 |
|---|---|---|
| committer | skrll <skrll@NetBSD.org> | 2021-12-21 10:16:05 +0000 |
| commit | b198202c0dffbb3ee5d69e01090f72ce83343adf (patch) | |
| tree | 99483ac2d9215ddbf67345f1f6d97b4a67c68a93 /sys/dev/usb | |
| parent | b0567b535ee3375e46cd519a03b986484c86b893 (diff) | |
Remove an empty line
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/ehci.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/usb/ehci.c b/sys/dev/usb/ehci.c index af203545abc..1c71c7e05da 100644 --- a/sys/dev/usb/ehci.c +++ b/sys/dev/usb/ehci.c @@ -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); |
