Changes in uspace/drv/ohci/hc.c [70c85320:02cacce] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/ohci/hc.c

    r70c85320 r02cacce  
    539539                endpoint_list_fini(&instance->lists[USB_TRANSFER_CONTROL]); \
    540540                endpoint_list_fini(&instance->lists[USB_TRANSFER_BULK]); \
    541                 return ret; \
    542541        } \
     542        return ret; \
    543543} while (0)
    544544
Note: See TracChangeset for help on using the changeset viewer.