Changes in uspace/drv/bus/usb/uhci/pci.c [75f9dcd:45a9cf4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/pci.c
r75f9dcd r45a9cf4 82 82 bool irq_found = false; 83 83 84 for (size_t i = 0; i < hw_resources.count; i++) { 84 size_t i; 85 for (i = 0; i < hw_resources.count; i++) { 85 86 const hw_resource_t *res = &hw_resources.resources[i]; 86 87 switch (res->type) {
Note:
See TracChangeset
for help on using the changeset viewer.