Changeset f241b05b in mainline for uspace/drv/uhci-hcd/uhci.c


Ignore:
Timestamp:
2011-02-07T22:09:17Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f82cc1a8
Parents:
a72620d
Message:

Adds new calbacks implementation

several debug texts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-hcd/uhci.c

    ra72620d rf241b05b  
    186186                        link_t *next = current->next;
    187187                        tracker_t *tracker = list_get_instance(current, tracker_t, link);
     188
    188189                        assert(current == &tracker->link);
     190                        assert(tracker);
     191                        assert(tracker->next_step);
     192                        assert(tracker->td);
     193
    189194                        if (!transfer_descriptor_is_active(tracker->td)) {
    190195                                usb_log_info("Found inactive tracker with status: %x.\n",
Note: See TracChangeset for help on using the changeset viewer.