Ignore:
Timestamp:
2014-01-26T03:05:47Z (10 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
46ec8112
Parents:
b137d9e
Message:

ehci: Remove unused field

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ehci/ehci_batch.c

    rb137d9e r3ee8dcd5  
    6767                assert(ehci_ep);
    6868                for (size_t i = 0; i < ehci_batch->td_count; ++i) {
    69                         if (ehci_batch->tds[i] != ehci_ep->td)
    70                                 free32(ehci_batch->tds[i]);
     69                        free32(ehci_batch->tds[i]);
    7170                }
    7271                free(ehci_batch->tds);
Note: See TracChangeset for help on using the changeset viewer.