From c93dbbaca85aecb3ab260e94e8bea82707b337cd Mon Sep 17 00:00:00 2001 From: jmcneill Date: Sat, 11 Oct 2008 13:56:51 +0000 Subject: [PATCH] Revert previous. --- sys/dev/usb/ehci.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sys/dev/usb/ehci.c b/sys/dev/usb/ehci.c index d929ae5f892f..6ecdac7fcffc 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 -__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) {