Changeset 38b950f in mainline for uspace/drv/bus/usb/ohci/ohci_batch.c


Ignore:
Timestamp:
2012-03-05T17:47:58Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d1ca752
Parents:
98cb0495
Message:

ohci: Remove dead code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ohci/ohci_batch.c

    r98cb0495 r38b950f  
    255255        assert(addr_to_phys(ohci_ep->td) == ed_head_td(ohci_batch->ed));
    256256        assert(addr_to_phys(ohci_ep->td) == ed_tail_td(ohci_batch->ed));
    257 //      const uint32_t pa = addr_to_phys(ohci_ep->td);
    258 //      assert(pa == (ohci_batch->ed->td_head & ED_TDHEAD_PTR_MASK));
    259 //      assert(pa == (ohci_batch->ed->td_tail & ED_TDTAIL_PTR_MASK));
    260257
    261258        return true;
Note: See TracChangeset for help on using the changeset viewer.