Add missing USB_BUS_LOCK* change from r184824.

This commit is contained in:
Andrew Thompson 2008-11-10 23:18:10 +00:00
parent b713bf6e3a
commit 40f3a90f89

View File

@ -1493,7 +1493,7 @@ musbotg_standard_done(struct usb2_xfer *xfer)
static void
musbotg_device_done(struct usb2_xfer *xfer, usb2_error_t error)
{
mtx_assert(xfer->usb2_mtx, MA_OWNED);
USB_BUS_LOCK_ASSERT(xfer->udev->bus, MA_OWNED);
DPRINTFN(2, "xfer=%p, pipe=%p, error=%d\n",
xfer, xfer->pipe, error);