summaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorjmcneill <jmcneill@NetBSD.org>2008-10-11 13:56:51 +0000
committerjmcneill <jmcneill@NetBSD.org>2008-10-11 13:56:51 +0000
commitc93dbbaca85aecb3ab260e94e8bea82707b337cd (patch)
tree7ae53a27e317319df08a3a1cd5cb12ce45841a5c /sys/dev/usb
parent7e5aba5af083562ae88c423baacc853bba2436aa (diff)
Revert previous.
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/ehci.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/dev/usb/ehci.c b/sys/dev/usb/ehci.c
index d929ae5f892..6ecdac7fcff 100644
--- a/sys/dev/usb/ehci.c
+++ b/sys/dev/usb/ehci.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ehci.c,v 1.151 2008/10/11 05:17:12 jmcneill Exp $ */
+/* $NetBSD: ehci.c,v 1.152 2008/10/11 13:56:51 jmcneill Exp $ */
/*
* Copyright (c) 2004-2008 The NetBSD Foundation, Inc.
@@ -52,7 +52,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.151 2008/10/11 05:17:12 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.152 2008/10/11 13:56:51 jmcneill Exp $");
#include "ohci.h"
#include "uhci.h"
@@ -811,8 +811,7 @@ ehci_check_itd_intr(ehci_softc_t *sc, struct ehci_xfer *ex) {
for (i = 0; i < 8; i++) {
if (le32toh(itd->itd.itd_ctl[i]) & EHCI_ITD_ACTIVE)
- continue;
- break;
+ break;
}
if (i == 8) {