Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Sep 2006 13:49:22 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 106204 for review
Message-ID:  <200609161349.k8GDnL8T052281@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=106204

Change 106204 by hselasky@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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609161349.k8GDnL8T052281>