mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:15:59 +00:00
[USBPORT][USBOHCI_NEW] Avoid using pointers for physical addresses.
This commit is contained in:
parent
837411e292
commit
c89a190ea6
6 changed files with 17 additions and 17 deletions
|
@ -197,7 +197,7 @@ USBPORT_ResumeController(IN PDEVICE_OBJECT FdoDevice)
|
|||
|
||||
RtlZeroMemory(FdoExtension->MiniPortExt, Packet->MiniPortExtensionSize);
|
||||
|
||||
RtlZeroMemory(FdoExtension->UsbPortResources.StartVA,
|
||||
RtlZeroMemory((PVOID)FdoExtension->UsbPortResources.StartVA,
|
||||
Packet->MiniPortResourcesSize);
|
||||
|
||||
FdoExtension->UsbPortResources.IsChirpHandled = TRUE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue