Ignore:
File:
1 edited

Legend:

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

    r206f71a rbc1c6fb  
    235235                goto leave_release_default_address;
    236236        }
    237         rc = usb_endpoint_pipe_probe_default_control(&ctrl_pipe);
    238         if (rc != EOK) {
    239                 rc = ENOTCONN;
    240                 goto leave_release_default_address;
    241         }
    242237
    243238        rc = usb_endpoint_pipe_start_session(&ctrl_pipe);
Note: See TracChangeset for help on using the changeset viewer.