diff options
| author | Andrew Thompson <thompsa@FreeBSD.org> | 2010-04-22 22:00:16 +0000 |
|---|---|---|
| committer | Andrew Thompson <thompsa@FreeBSD.org> | 2010-04-22 22:00:16 +0000 |
| commit | 91cd92400fc6fa107e8b2b60140d2675e9f78020 (patch) | |
| tree | b9bf88397db259e84ca4243db76eb7ad77e9fd3b /sys/dev/usb/usb_transfer.c | |
| parent | 0d92ac2a9240a76521908970dd2ea0406c973ba6 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/usb_transfer.c')
| -rw-r--r-- | sys/dev/usb/usb_transfer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_transfer.c b/sys/dev/usb/usb_transfer.c index dc39fc64b8ef..ce32f72e6d32 100644 --- a/sys/dev/usb/usb_transfer.c +++ b/sys/dev/usb/usb_transfer.c @@ -2821,7 +2821,7 @@ repeat: iface_index = 0; if (usbd_transfer_setup(udev, &iface_index, udev->default_xfer, usb_control_ep_cfg, USB_DEFAULT_XFER_MAX, NULL, - udev->default_mtx)) { + &udev->device_mtx)) { DPRINTFN(0, "could not setup default " "USB transfer\n"); } else { |
