summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorskrll <skrll@NetBSD.org>2020-03-05 08:12:30 +0000
committerskrll <skrll@NetBSD.org>2020-03-05 08:12:30 +0000
commit964a4680337ad1b52fb10f00cae5fb2086ced030 (patch)
tree228c15232c6b6a1bff37adee7dd0935fcc9ad372 /sys/dev
parenta68c2c9086418c2b14c867e4a2a77b3ddd13ce50 (diff)
Remove XXX comment. The sync is done one the last sitd after the loop.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/ohci.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/usb/ohci.c b/sys/dev/usb/ohci.c
index 6ba84db1bd1..781510a447e 100644
--- a/sys/dev/usb/ohci.c
+++ b/sys/dev/usb/ohci.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ohci.c,v 1.296 2020/02/21 12:41:29 skrll Exp $ */
+/* $NetBSD: ohci.c,v 1.297 2020/03/05 08:12:30 skrll Exp $ */
/*
* Copyright (c) 1998, 2004, 2005, 2012 The NetBSD Foundation, Inc.
@@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.296 2020/02/21 12:41:29 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.297 2020/03/05 08:12:30 skrll Exp $");
#ifdef _KERNEL_OPT
#include "opt_usb.h"
@@ -3512,7 +3512,6 @@ ohci_device_isoc_enter(struct usbd_xfer *xfer)
ncur = 0;
}
sitd->itd.itd_offset[ncur] = HTOO16(OHCI_ITD_MK_OFFS(offs));
- /* XXX Sync */
offs = noffs;
}
KASSERT(j <= ox->ox_nsitd);