mirror of
https://github.com/reactos/reactos.git
synced 2026-06-04 02:10:28 +08:00
[USBPORT] Remove unnecessary semicolon.
This commit is contained in:
committed by
Amine Khaldi
parent
5654674e8c
commit
816b3a572c
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user