Changeset ad5f149 in mainline for uspace/drv/bus/usb/uhci/uhci_batch.c


Ignore:
Timestamp:
2013-12-31T01:21:35Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
643e7ba
Parents:
639db552
Message:

uhci: Use foreach_safe to iterate through list.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/uhci/uhci_batch.c

    r639db552 rad5f149  
    7070        assert(uhci_batch);
    7171        assert(uhci_batch->usb_batch);
     72        assert(!link_in_use(&uhci_batch->link));
    7273        usb_transfer_batch_finish(uhci_batch->usb_batch,
    7374            uhci_transfer_batch_data_buffer(uhci_batch));
Note: See TracChangeset for help on using the changeset viewer.