Changeset 4d28d86 in mainline


Ignore:
Timestamp:
2017-09-30T18:24:01Z (7 years ago)
Author:
jenda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4688350b
Parents:
c9d905f
Message:

cstyle

File:
1 edited

Legend:

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

    rc9d905f r4d28d86  
    327327        usb_log_debug2("LEGSUP: bios: %x, os: %x", hc->legsup->sem_bios, hc->legsup->sem_os);
    328328        XHCI_REG_WR(hc->legsup, XHCI_LEGSUP_SEM_OS, 1);
    329         for (int i = 0; i<=(XHCI_LEGSUP_BIOS_TIMEOUT_US/XHCI_LEGSUP_POLLING_DELAY_1MS); i++) {
     329        for (int i = 0; i <= (XHCI_LEGSUP_BIOS_TIMEOUT_US / XHCI_LEGSUP_POLLING_DELAY_1MS); i++) {
    330330                usb_log_debug2("LEGSUP: elapsed: %i ms, bios: %x, os: %x", i,
    331331                        XHCI_REG_RD(hc->legsup, XHCI_LEGSUP_SEM_BIOS),
Note: See TracChangeset for help on using the changeset viewer.