Add missing USB_BUS_LOCK* change from r184824.
This commit is contained in:
parent
b713bf6e3a
commit
40f3a90f89
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user