Ignore:
File:
1 edited

Legend:

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

    r75f9dcd r45a9cf4  
    8282        bool irq_found = false;
    8383
    84         for (size_t i = 0; i < hw_resources.count; i++) {
     84        size_t i;
     85        for (i = 0; i < hw_resources.count; i++) {
    8586                const hw_resource_t *res = &hw_resources.resources[i];
    8687                switch (res->type) {
Note: See TracChangeset for help on using the changeset viewer.