diff options
Diffstat (limited to 'sys/dev/usb/ehci.c')
| -rw-r--r-- | sys/dev/usb/ehci.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/ehci.c b/sys/dev/usb/ehci.c index eb034f5d7b58..327f1ed30c90 100644 --- a/sys/dev/usb/ehci.c +++ b/sys/dev/usb/ehci.c @@ -8,6 +8,7 @@ * $NetBSD: ehci.c,v 1.66 2004/06/30 03:11:56 mycroft Exp $ * $NetBSD: ehci.c,v 1.67 2004/07/06 04:18:05 mycroft Exp $ * $NetBSD: ehci.c,v 1.68 2004/07/09 05:07:06 mycroft Exp $ + * $NetBSD: ehci.c,v 1.69 2004/07/17 20:12:02 mycroft Exp $ */ /* @@ -1976,7 +1977,6 @@ ehci_root_ctrl_close(usbd_pipe_handle pipe) void ehci_root_intr_done(usbd_xfer_handle xfer) { - xfer->hcpriv = NULL; } Static usbd_status @@ -2037,7 +2037,6 @@ ehci_root_intr_close(usbd_pipe_handle pipe) void ehci_root_ctrl_done(usbd_xfer_handle xfer) { - xfer->hcpriv = NULL; } /************************/ |
