[USBPORT] Remove unnecessary semicolon.

This commit is contained in:
Vadim Galyant 2017-12-03 13:59:59 +09:00 committed by Amine Khaldi
parent 5654674e8c
commit 816b3a572c

View file

@ -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;
}