Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/usbinfo/info.c

    r206f71a r7ffe82f  
    107107        dump_usb_descriptor((uint8_t *)&device_descriptor, sizeof(device_descriptor));
    108108
     109        rc = EOK;
     110        goto leave;
     111
    109112        /*
    110113         * Get first configuration descriptor and dump it.
Note: See TracChangeset for help on using the changeset viewer.