]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Pci/EhciDxe/Ehci.c
Revert "EhciDxe: Use common buffer for AsyncInterruptTransfer"
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / EhciDxe / Ehci.c
index 764eeda58ba1fcacd152d6488638624a0ab96486..5569f4f9618b9f2b4997398e959c83f7c5e50258 100644 (file)
@@ -763,7 +763,6 @@ EhcControlTransfer (
           Translator,\r
           EHC_CTRL_TRANSFER,\r
           Request,\r
-          FALSE,\r
           Data,\r
           *DataLength,\r
           NULL,\r
@@ -907,7 +906,6 @@ EhcBulkTransfer (
           Translator,\r
           EHC_BULK_TRANSFER,\r
           NULL,\r
-          FALSE,\r
           Data[0],\r
           *DataLength,\r
           NULL,\r
@@ -1165,7 +1163,6 @@ EhcSyncInterruptTransfer (
           Translator,\r
           EHC_INT_TRANSFER_SYNC,\r
           NULL,\r
-          FALSE,\r
           Data,\r
           *DataLength,\r
           NULL,\r