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