diff --git a/drivers/usb/usbehci/roothub.c b/drivers/usb/usbehci/roothub.c index 67b39bfba90..a693d309ff1 100644 --- a/drivers/usb/usbehci/roothub.c +++ b/drivers/usb/usbehci/roothub.c @@ -154,7 +154,7 @@ EHCI_RH_GetRootHubData(IN PVOID ehciExtension, } else { - /* Ganged power switching (all ports’ power at once) */ + /* Ganged power switching (all ports' power at once) */ HubCharacteristics.PowerControlMode = 0; } @@ -355,7 +355,7 @@ EHCI_RH_PortResetComplete(IN PVOID ehciExtension, RegPacket.UsbPortRequestAsyncCallback(EhciExtension, 50, // TimerValue Port, - sizeof(Port), + sizeof(*Port), EHCI_RH_FinishReset); }