diff options
author | 2013-04-26 14:28:39 +0000 | |
---|---|---|
committer | 2013-04-26 14:28:39 +0000 | |
commit | 431119e51d84c9108669a61e68e57d17cb7a2d86 (patch) | |
tree | 3af8248862e9ae0faf46becbe36b5c3f8d848197 /sys/dev/softraid.c | |
parent | Remove unused and ambiguous usbd_get_interface() function. (diff) | |
download | wireguard-openbsd-431119e51d84c9108669a61e68e57d17cb7a2d86.tar.xz wireguard-openbsd-431119e51d84c9108669a61e68e57d17cb7a2d86.zip |
Don't use usbd_bulk_transfer() to submit a synchronous transfer. This
function is badly named and should be used for transfers coming from
userland which is not the case here as synchronous transfers are only
used while configuring the device.
Note that the transfer submission code can be simplified now that sync
and async transfers use the standard setup_xfer()/transfer() method.
Tested by and ok mglocker@
Diffstat (limited to 'sys/dev/softraid.c')
0 files changed, 0 insertions, 0 deletions