Ignore:
File:
1 edited

Legend:

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

    r9b8958b r45a9cf4  
    8585        bool irq_found = false;
    8686
    87         for (size_t i = 0; i < hw_resources.count; i++) {
     87        size_t i;
     88        for (i = 0; i < hw_resources.count; i++) {
    8889                hw_resource_t *res = &hw_resources.resources[i];
    8990                switch (res->type) {
Note: See TracChangeset for help on using the changeset viewer.