PERFORCE change 132727 for review

Hans Petter Selasky hselasky at FreeBSD.org
Mon Jan 7 10:38:50 PST 2008


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

Change 132727 by hselasky at hselasky_laptop001 on 2008/01/07 18:38:18

	
	Compile fix.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/uss820_dci.c#5 edit

Differences ...

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

@@ -1234,7 +1234,7 @@
 static void
 uss820_dci_device_done(struct usbd_xfer *xfer, usbd_status_t error)
 {
-	mtx_assert(&sc->sc_bus.mtx, MA_OWNED);
+	mtx_assert(xfer->usb_mtx, MA_OWNED);
 
 	DPRINTFN(1, "xfer=%p, pipe=%p, error=%d\n",
 	    xfer, xfer->pipe, error);


More information about the p4-projects mailing list