Changes in / [848dafc:fb38cbc] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/ohci/root_hub.c

    r848dafc rfb38cbc  
    505505        mask = port_status_change_mask;
    506506        for (port = 1; port <= instance->port_count; ++port) {
    507                 if (mask & instance->registers->rh_port_status[port - 1] != 0) {
     507                if ((mask & instance->registers->rh_port_status[port - 1]) != 0) {
    508508
    509509                        bitmap[(port) / 8] += 1 << (port % 8);
Note: See TracChangeset for help on using the changeset viewer.