mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:56:00 +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;
|
Tt = &TtExtension->Tt;
|
||||||
Period = USB2_FRAMES;
|
Period = USB2_FRAMES;
|
||||||
|
|
||||||
while (Period && Period > EndpointProperties->Period);
|
while (Period && Period > EndpointProperties->Period)
|
||||||
{
|
{
|
||||||
Period >>= 1;
|
Period >>= 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue