Changeset 09772f4 in mainline for uspace/drv/bus/usb/ohci/ohci_rh.c


Ignore:
Timestamp:
2013-12-30T18:50:39Z (10 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1a0006d
Parents:
3e48c93
Message:

typo

File:
1 edited

Legend:

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

    r3e48c93 r09772f4  
    186186        if (batch->error == ENAK) {
    187187                /* This is safe because only status change interrupt transfers
    188                  * return NAK. The assertion holds tru because the batch
     188                 * return NAK. The assertion holds true because the batch
    189189                 * existence prevents communication with that ep */
    190190                assert(instance->unfinished_interrupt_transfer == NULL);
Note: See TracChangeset for help on using the changeset viewer.