PERFORCE change 106204 for review

Hans Petter Selasky hselasky at FreeBSD.org
Sat Sep 16 06:49:23 PDT 2006


http://perforce.freebsd.org/chv.cgi?CH=106204

Change 106204 by hselasky at hselasky_mini_itx on 2006/09/16 13:48:30

	Add missing callout_drain().

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/usb_transfer.c#15 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/usb_transfer.c#15 (text+ko) ====

@@ -430,6 +430,8 @@
 		    mtx_unlock(xfer->priv_mtx);
 		}
 
+		__callout_drain(&(xfer->timeout_handle));
+
 		if(xfer->usb_root)
 		{
 		    usbd_drop_refcount(xfer->usb_root);


More information about the p4-projects mailing list