Changeset a1732929 in mainline for uspace/drv/bus/usb/xhci/bus.c
- Timestamp:
- 2018-01-15T17:04:34Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9ff99e8
- Parents:
- c1a966e
- git-author:
- Ondřej Hlavatý <aearsis@…> (2018-01-15 17:04:32)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2018-01-15 17:04:34)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/bus.c
rc1a966e ra1732929 73 73 if ((err = hc_enable_slot(bus->hc, &dev->slot_id)) != EOK) 74 74 return err; 75 usb_log_debug2("Obtained slot ID: %u. \n", dev->slot_id);75 usb_log_debug2("Obtained slot ID: %u.", dev->slot_id); 76 76 77 77 /* Create and configure control endpoint. */
Note:
See TracChangeset
for help on using the changeset viewer.