linux_usbfs: Remove old comment

This comment was introduced in 737ba04ea4 together with
a few locking calls usbi_mutex_lock() which were removed by
a886bb02c8.

Signed-off-by: Victor Toso <victortoso@redhat.com>
Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
This commit is contained in:
Victor Toso
2017-12-13 10:27:21 +01:00
committed by Chris Dickens
parent e5ec22e6ad
commit 21540e494f
2 changed files with 1 additions and 2 deletions

View File

@@ -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:

View File

@@ -1 +1 @@
#define LIBUSB_NANO 11220
#define LIBUSB_NANO 11221