mirror of
https://github.com/RPCS3/libusb.git
synced 2026-01-31 01:25:19 +01:00
linux_usbfs: Remove old comment
This comment was introduced in737ba04ea4together with a few locking calls usbi_mutex_lock() which were removed bya886bb02c8. Signed-off-by: Victor Toso <victortoso@redhat.com> Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
This commit is contained in:
committed by
Chris Dickens
parent
e5ec22e6ad
commit
21540e494f
@@ -2243,7 +2243,6 @@ static void op_clear_transfer_priv(struct usbi_transfer *itransfer)
|
||||
USBI_TRANSFER_TO_LIBUSB_TRANSFER(itransfer);
|
||||
struct linux_transfer_priv *tpriv = usbi_transfer_get_os_priv(itransfer);
|
||||
|
||||
/* urbs can be freed also in submit_transfer so lock mutex first */
|
||||
switch (transfer->type) {
|
||||
case LIBUSB_TRANSFER_TYPE_CONTROL:
|
||||
case LIBUSB_TRANSFER_TYPE_BULK:
|
||||
|
||||
@@ -1 +1 @@
|
||||
#define LIBUSB_NANO 11220
|
||||
#define LIBUSB_NANO 11221
|
||||
|
||||
Reference in New Issue
Block a user