]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/usb/serial/ti_usb_3410_5052.c
usb serial: ti_usb_3410_5052 obviously broken by firmware changes
[karo-tx-linux.git] / drivers / usb / serial / ti_usb_3410_5052.c
index e39c779e416099ea0a94a28d622851abaf71f13a..9a3e495c769cc92f7abaa59d33d7138fe2e73f73 100644 (file)
@@ -1744,7 +1744,7 @@ static int ti_download_firmware(struct ti_device *tdev, int type)
        if (buffer) {
                memcpy(buffer, fw_p->data, fw_p->size);
                memset(buffer + fw_p->size, 0xff, buffer_size - fw_p->size);
-               ti_do_download(dev, pipe, buffer, fw_p->size);
+               status = ti_do_download(dev, pipe, buffer, fw_p->size);
                kfree(buffer);
        }
        release_firmware(fw_p);