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


Ignore:
Timestamp:
2011-02-11T17:59:34Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f6309b6
Parents:
518372c
Message:

remove transfers from the list

File:
1 edited

Legend:

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

    r518372c r53338bda  
    178178        list_append(&tracker->link, &instance->tracker_list);
    179179
     180        tracker->scheduled_list = list;
     181
    180182        usb_log_debug2("Scheduler(%d) releasing tracker list mutex.\n",
    181183            fibril_get_id());
Note: See TracChangeset for help on using the changeset viewer.