summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uftdi.c
diff options
context:
space:
mode:
authorNathan Binkert <nate@cvs.openbsd.org>2002-11-11 02:32:33 +0000
committerNathan Binkert <nate@cvs.openbsd.org>2002-11-11 02:32:33 +0000
commitbfc8513ad060ae172ee8a491fc1dfe5e8578b64f (patch)
treeb3f0d84391d5e44adb90e588ab1a18b3b941d6d8 /sys/dev/usb/uftdi.c
parent5a8ae48cfc551cf56b4e583bdec0942f884088c8 (diff)
sync with NetBSD
Diffstat (limited to 'sys/dev/usb/uftdi.c')
-rw-r--r--sys/dev/usb/uftdi.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/usb/uftdi.c b/sys/dev/usb/uftdi.c
index 027e63ac443..7fdefc3b500 100644
--- a/sys/dev/usb/uftdi.c
+++ b/sys/dev/usb/uftdi.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: uftdi.c,v 1.9 2002/07/29 03:01:48 nate Exp $ */
-/* $NetBSD: uftdi.c,v 1.12 2002/07/18 14:44:10 scw Exp $ */
+/* $OpenBSD: uftdi.c,v 1.10 2002/11/11 02:32:32 nate Exp $ */
+/* $NetBSD: uftdi.c,v 1.13 2002/09/23 05:51:23 simonb Exp $ */
/*
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -265,7 +265,6 @@ uftdi_activate(device_ptr_t self, enum devact act)
switch (act) {
case DVACT_ACTIVATE:
return (EOPNOTSUPP);
- break;
case DVACT_DEACTIVATE:
if (sc->sc_subdev != NULL)