Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/src/devdrv.c

    r2c2cbcf r3f2af64  
    236236
    237237        /* It is worth to start a long transfer. */
    238         usb_pipe_start_long_transfer(ctrl_pipe);
     238        rc = usb_pipe_start_long_transfer(ctrl_pipe);
     239        if (rc != EOK) {
     240                return rc;
     241        }
    239242
    240243        /* Get the device descriptor. */
Note: See TracChangeset for help on using the changeset viewer.