Changes in uspace/drv/vhc/hub.c [0b31409:ef8d655] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/vhc/hub.c
r0b31409 ref8d655 63 63 = fibril_create(hub_register_in_devman_fibril, hc_dev); 64 64 if (root_hub_registration == 0) { 65 usb_log_fatal("Failed to create hub registration fibril.\n");65 printf(NAME ": failed to create hub registration fibril\n"); 66 66 return; 67 67 }
Note:
See TracChangeset
for help on using the changeset viewer.