diff options
| author | jmcneill <jmcneill@NetBSD.org> | 2008-10-11 13:56:51 +0000 |
|---|---|---|
| committer | jmcneill <jmcneill@NetBSD.org> | 2008-10-11 13:56:51 +0000 |
| commit | c93dbbaca85aecb3ab260e94e8bea82707b337cd (patch) | |
| tree | 7ae53a27e317319df08a3a1cd5cb12ce45841a5c /sys/dev/usb | |
| parent | 7e5aba5af083562ae88c423baacc853bba2436aa (diff) | |
Revert previous.
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/ehci.c | 7 |
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) { |
