Changeset fe10e72 in mainline for uspace/drv/uhci-hcd/uhci.c
- Timestamp:
- 2011-02-07T14:42:15Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a72620d
- Parents:
- 3f189c5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/uhci.c
r3f189c5 rfe10e72 188 188 assert(current == &tracker->link); 189 189 if (!transfer_descriptor_is_active(tracker->td)) { 190 usb_log_ debug("Found inactive tracker with status: %x.\n",190 usb_log_info("Found inactive tracker with status: %x.\n", 191 191 tracker->td->status); 192 192 list_remove(current);
Note:
See TracChangeset
for help on using the changeset viewer.