diff options
Diffstat (limited to 'DuetPkg/PciBusNoEnumerationDxe/PciCommand.c')
-rw-r--r-- | DuetPkg/PciBusNoEnumerationDxe/PciCommand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DuetPkg/PciBusNoEnumerationDxe/PciCommand.c b/DuetPkg/PciBusNoEnumerationDxe/PciCommand.c index 1654952d03..61393edeb4 100644 --- a/DuetPkg/PciBusNoEnumerationDxe/PciCommand.c +++ b/DuetPkg/PciBusNoEnumerationDxe/PciCommand.c @@ -420,7 +420,7 @@ Returns: PciIoDevice->PciIo.Pci.Read (
&PciIoDevice->PciIo,
EfiPciIoWidthUint32,
- EFI_PCI_CAPABILITY_PTR,
+ PCI_CAPBILITY_POINTER_OFFSET,
1,
&Temp
);
|