Changeset 3fb3099c in mainline
- Timestamp:
- 2011-01-28T17:34:58Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0535ee4
- Parents:
- 0b68b7c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci/transfer_list.c
r0b68b7c r3fb3099c 46 46 instance->queue_head->element = (pa & LINK_POINTER_ADDRESS_MASK); 47 47 } 48 uhci_print_info("Successfully added transfer to the hc queue.\n"); 48 uhci_print_info("Successfully added transfer to the hc queue %p.\n", 49 instance); 49 50 return EOK; 50 51 }
Note:
See TracChangeset
for help on using the changeset viewer.