Add missing USB_BUS_LOCK* change from r184824.
This commit is contained in:
parent
b713bf6e3a
commit
40f3a90f89
@ -1493,7 +1493,7 @@ done:
|
|||||||
static void
|
static void
|
||||||
musbotg_device_done(struct usb2_xfer *xfer, usb2_error_t error)
|
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",
|
DPRINTFN(2, "xfer=%p, pipe=%p, error=%d\n",
|
||||||
xfer, xfer->pipe, error);
|
xfer, xfer->pipe, error);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user