summaryrefslogtreecommitdiff
path: root/sys/dev/usb/ehci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/ehci.c')
-rw-r--r--sys/dev/usb/ehci.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/usb/ehci.c b/sys/dev/usb/ehci.c
index e0a4e36470f..3b3f27f01e0 100644
--- a/sys/dev/usb/ehci.c
+++ b/sys/dev/usb/ehci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ehci.c,v 1.28 2004/10/31 09:16:22 dlg Exp $ */
+/* $OpenBSD: ehci.c,v 1.29 2004/10/31 09:26:57 dlg Exp $ */
/* $NetBSD: ehci.c,v 1.66 2004/06/30 03:11:56 mycroft Exp $ */
/*
@@ -2057,7 +2057,6 @@ ehci_root_ctrl_close(usbd_pipe_handle pipe)
void
ehci_root_intr_done(usbd_xfer_handle xfer)
{
- xfer->hcpriv = NULL;
}
Static usbd_status
@@ -2118,7 +2117,6 @@ ehci_root_intr_close(usbd_pipe_handle pipe)
void
ehci_root_ctrl_done(usbd_xfer_handle xfer)
{
- xfer->hcpriv = NULL;
}
/************************/