linux_usbfs: Remove old comment
authorVictor Toso <me@victortoso.com>
Wed, 13 Dec 2017 09:27:21 +0000 (10:27 +0100)
committerChris Dickens <christopher.a.dickens@gmail.com>
Fri, 22 Dec 2017 19:47:02 +0000 (11:47 -0800)
This comment was introduced in 737ba04ea40f195 together with
a few locking calls usbi_mutex_lock() which were removed by
a886bb02c87dd5f.

Signed-off-by: Victor Toso <victortoso@redhat.com>
Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
libusb/os/linux_usbfs.c
libusb/version_nano.h

index 5160e86..f88d7ed 100644 (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:
index 277c3fd..a07841d 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 11220
+#define LIBUSB_NANO 11221