Changeset f5bfd98 in mainline


Ignore:
Timestamp:
2013-12-30T02:20:08Z (10 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2acae4d
Parents:
d3dd96e
Message:

ohci: Fix incorrect parentheses

File:
1 edited

Legend:

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

    rd3dd96e rf5bfd98  
    384384                OHCI_SET(instance->registers->command_status, CS_OCR);
    385385                /* Hope that SMM actually knows its stuff or we can hang here */
    386                 while (OHCI_RD(instance->registers->control & C_IR)) {
     386                while (OHCI_RD(instance->registers->control) & C_IR) {
    387387                        async_usleep(1000);
    388388                }
Note: See TracChangeset for help on using the changeset viewer.