Changes in uspace/drv/vhc/hub.c [0b31409:ef8d655] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/vhc/hub.c

    r0b31409 ref8d655  
    6363            = fibril_create(hub_register_in_devman_fibril, hc_dev);
    6464        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");
    6666                return;
    6767        }
Note: See TracChangeset for help on using the changeset viewer.