summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usbdi.c
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2002-04-07 10:36:15 +0000
committerjoe <joe@FreeBSD.org>2002-04-07 10:36:15 +0000
commit72dff181788d09df9459297a699dcc32bec1fd34 (patch)
treefe82f835aeeccc5590cb1c2d342911b6f9649658 /sys/dev/usb/usbdi.c
parenta1017d39340cf5b4a547ab5fbbf73c41726030e4 (diff)
downloadFreeBSD-src-72dff181788d09df9459297a699dcc32bec1fd34.zip
FreeBSD-src-72dff181788d09df9459297a699dcc32bec1fd34.tar.gz
MFNetBSD: usb_subr.c (1.90), usbdi.c (1.83), usbdivar.h (1.65)
date: 2001/11/10 17:11:38; author: augustss; state: Exp; lines: +1 -2 Get rid of unused abort_handle.
Diffstat (limited to 'sys/dev/usb/usbdi.c')
-rw-r--r--sys/dev/usb/usbdi.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/dev/usb/usbdi.c b/sys/dev/usb/usbdi.c
index 4bf3a13..9070ae5 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);
OpenPOWER on IntegriCloud