Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Remove an empty line
details: https://anonhg.NetBSD.org/src/rev/7c2f921b962e
branches: trunk
changeset: 1029087:7c2f921b962e
user: skrll <skrll%NetBSD.org@localhost>
date: Tue Dec 21 10:16:05 2021 +0000
description:
Remove an empty line
diffstat:
sys/dev/usb/ehci.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r a2736358509e -r 7c2f921b962e sys/dev/usb/ehci.c
--- a/sys/dev/usb/ehci.c Tue Dec 21 10:14:43 2021 +0000
+++ b/sys/dev/usb/ehci.c Tue Dec 21 10:16:05 2021 +0000
@@ -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 @@
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);
Home |
Main Index |
Thread Index |
Old Index