Changeset ee6e50c in mainline


Ignore:
Timestamp:
2014-01-24T21:51:54Z (10 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ce735cc2
Parents:
b8191cc
Message:

whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ehci/ehci_rh.c

    rb8191cc ree6e50c  
    392392                while (EHCI_RD(hub->registers->portsc[port]) &
    393393                    USB_PORTSC_PORT_RESET_FLAG) {
    394                     async_usleep(1);
     394                        async_usleep(1);
    395395                };
    396396                /* Handle port ownership, if the port is not enabled
Note: See TracChangeset for help on using the changeset viewer.