summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2004-08-11 04:24:28 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2004-08-11 04:24:28 +0000
commit6587eca3d9a829439764929dee2f5ea732a40739 (patch)
tree99ee72dda437ef9de124d7c77113af34fc9d1c4b /sys/dev
parent72c8ea11cf0aa3f0331e9819a7ef88106ad6d701 (diff)
from netbsd, uhci.c revision 1.180
hcpriv is not actually used here. Remove references to it.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/uhci.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/usb/uhci.c b/sys/dev/usb/uhci.c
index ae7cdd382f2..4f26a1a577b 100644
--- a/sys/dev/usb/uhci.c
+++ b/sys/dev/usb/uhci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uhci.c,v 1.34 2004/08/11 04:23:15 dlg Exp $ */
+/* $OpenBSD: uhci.c,v 1.35 2004/08/11 04:24:27 dlg Exp $ */
/* $NetBSD: uhci.c,v 1.172 2003/02/23 04:19:26 simonb Exp $ */
/* $FreeBSD: src/sys/dev/usb/uhci.c,v 1.33 1999/11/17 22:33:41 n_hibma Exp $ */
@@ -1964,8 +1964,6 @@ uhci_abort_xfer(usbd_xfer_handle xfer, usbd_status status)
/*
* Step 3: Execute callback.
*/
- xfer->hcpriv = ii;
-
DPRINTFN(1,("uhci_abort_xfer: callback\n"));
s = splusb();
#ifdef DIAGNOSTIC