summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uhci.c
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>2003-07-14 18:52:12 +0000
committerJosef Karthauser <joe@FreeBSD.org>2003-07-14 18:52:12 +0000
commitd0eba3629e906e20953400870afc9375d850b2b7 (patch)
treed086fe07cc23bdbddcdeba80520e629f102018ef /sys/dev/usb/uhci.c
parentb6cc3bf979a82707c2e5899404b7f22f30d93d68 (diff)
Notes
Diffstat (limited to 'sys/dev/usb/uhci.c')
-rw-r--r--sys/dev/usb/uhci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/uhci.c b/sys/dev/usb/uhci.c
index 88ea2501b7ff..c3fa26a06862 100644
--- a/sys/dev/usb/uhci.c
+++ b/sys/dev/usb/uhci.c
@@ -11,6 +11,7 @@
* $NetBSD: uhci.c,v 1.168 2003/02/08 03:32:51 ichiro Exp $
* $NetBSD: uhci.c,v 1.169 2003/02/16 23:15:28 augustss Exp $
* $NetBSD: uhci.c,v 1.170 2003/02/19 01:35:04 augustss Exp $
+ * $NetBSD: uhci.c,v 1.172 2003/02/23 04:19:26 simonb Exp $
*/
@@ -564,7 +565,6 @@ uhci_activate(device_ptr_t self, enum devact act)
switch (act) {
case DVACT_ACTIVATE:
return (EOPNOTSUPP);
- break;
case DVACT_DEACTIVATE:
if (sc->sc_child != NULL)