Changeset f241b05b in mainline for uspace/drv/uhci-hcd/uhci.c
- Timestamp:
- 2011-02-07T22:09:17Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f82cc1a8
- Parents:
- a72620d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/uhci.c
ra72620d rf241b05b 186 186 link_t *next = current->next; 187 187 tracker_t *tracker = list_get_instance(current, tracker_t, link); 188 188 189 assert(current == &tracker->link); 190 assert(tracker); 191 assert(tracker->next_step); 192 assert(tracker->td); 193 189 194 if (!transfer_descriptor_is_active(tracker->td)) { 190 195 usb_log_info("Found inactive tracker with status: %x.\n",
Note:
See TracChangeset
for help on using the changeset viewer.