diff options
author | 2004-08-11 04:24:27 +0000 | |
---|---|---|
committer | 2004-08-11 04:24:27 +0000 | |
commit | 0d74c0577aec0e201f19ce5a266ab6629b1437ed (patch) | |
tree | 07052b533e0150b168c345e27d1c3bf8020fddd2 /sys/dev/usb/uhci.c | |
parent | from netbsd, uhci.c revision 1.178 (diff) | |
download | wireguard-openbsd-0d74c0577aec0e201f19ce5a266ab6629b1437ed.tar.xz wireguard-openbsd-0d74c0577aec0e201f19ce5a266ab6629b1437ed.zip |
from netbsd, uhci.c revision 1.180
hcpriv is not actually used here. Remove references to it.
Diffstat (limited to 'sys/dev/usb/uhci.c')
-rw-r--r-- | sys/dev/usb/uhci.c | 4 |
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 |