Changeset 38b950f in mainline
- Timestamp:
- 2012-03-05T17:47:58Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d1ca752
- Parents:
- 98cb0495
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/ohci_batch.c
r98cb0495 r38b950f 255 255 assert(addr_to_phys(ohci_ep->td) == ed_head_td(ohci_batch->ed)); 256 256 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));260 257 261 258 return true;
Note:
See TracChangeset
for help on using the changeset viewer.