Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/uhci/hc.c

    r75f9dcd r933b0d7  
    299299        const uint32_t queue = LINK_POINTER_QH(
    300300                addr_to_phys(instance->transfers_interrupt.queue_head));
    301 
    302         for (unsigned i = 0; i < UHCI_FRAME_LIST_COUNT; ++i) {
     301        unsigned i = 0;
     302        for(; i < UHCI_FRAME_LIST_COUNT; ++i) {
    303303                instance->frame_list[i] = queue;
    304304        }
Note: See TracChangeset for help on using the changeset viewer.