diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2002-04-07 10:36:15 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2002-04-07 10:36:15 +0000 |
| commit | eaf587ef2ba88a24dec3e424997a167272c7e5e4 (patch) | |
| tree | fe82f835aeeccc5590cb1c2d342911b6f9649658 /sys/dev/usb/usbdi.c | |
| parent | 93eb6f1095a28bd7507c832f1a0925c4f54bb46c (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/usbdi.c')
| -rw-r--r-- | sys/dev/usb/usbdi.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/dev/usb/usbdi.c b/sys/dev/usb/usbdi.c index 4bf3a13c5ecb..9070ae51af57 100644 --- a/sys/dev/usb/usbdi.c +++ b/sys/dev/usb/usbdi.c @@ -220,12 +220,6 @@ usbd_close_pipe(usbd_pipe_handle pipe) LIST_REMOVE(pipe, next); pipe->endpoint->refcnt--; pipe->methods->close(pipe); -#if defined(__NetBSD__) && defined(DIAGNOSTIC) - if (callout_pending(&pipe->abort_handle)) { - callout_stop(&pipe->abort_handle); - printf("usbd_close_pipe: abort_handle pending"); - } -#endif if (pipe->intrxfer != NULL) usbd_free_xfer(pipe->intrxfer); free(pipe, M_USB); |
