Changes in uspace/lib/usb/src/host/bandwidth.c [d527a4e:4ab89e5] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/host/bandwidth.c
rd527a4e r4ab89e5 127 127 instance->free = bandwidth; 128 128 instance->usage_fnc = usage_fnc; 129 bool ht =129 return 130 130 hash_table_create(&instance->reserved, BUCKET_COUNT, MAX_KEYS, &op); 131 return ht ? EOK : ENOMEM;132 131 } 133 132 /*----------------------------------------------------------------------------*/
Note:
See TracChangeset
for help on using the changeset viewer.