diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2002-04-07 18:14:08 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2002-04-07 18:14:08 +0000 |
| commit | 24c73fed019a48fc49a9b7ee8af13f0bf01d95af (patch) | |
| tree | 39a85e73b5b4799d877689c38893cc7c5eaa3bf6 | |
| parent | d5b41c23481e28ab1631e9d32c0485c516f089cc (diff) | |
Notes
| -rw-r--r-- | sys/dev/usb/uhci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/uhci.c b/sys/dev/usb/uhci.c index 66688bf2efae..8de47be72595 100644 --- a/sys/dev/usb/uhci.c +++ b/sys/dev/usb/uhci.c @@ -1,4 +1,4 @@ -/* $NetBSD: uhci.c,v 1.155 2002/02/27 12:42:41 augustss Exp $ */ +/* $NetBSD: uhci.c,v 1.156 2002/03/04 00:53:33 augustss Exp $ */ /* $FreeBSD$ */ /* @@ -1482,7 +1482,7 @@ uhci_timeout(void *addr) } /* Execute the abort in a process context. */ - usb_init_task(&uxfer->abort_task, uhci_timeout_task, addr); + usb_init_task(&uxfer->abort_task, uhci_timeout_task, ii->xfer); usb_add_task(uxfer->xfer.pipe->device, &uxfer->abort_task); } |
