mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[USBPORT] Remove unnecessary semicolon.
This commit is contained in:
parent
5654674e8c
commit
816b3a572c
1 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@ USBPORT_AllocateBandwidthUSB2(IN PDEVICE_OBJECT FdoDevice,
|
|||
Tt = &TtExtension->Tt;
|
||||
Period = USB2_FRAMES;
|
||||
|
||||
while (Period && Period > EndpointProperties->Period);
|
||||
while (Period && Period > EndpointProperties->Period)
|
||||
{
|
||||
Period >>= 1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue