summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Pci
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2009-04-20 05:47:57 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2009-04-20 05:47:57 +0000
commitbdc825139c17568d22105ed66b6c65221cc397ec (patch)
treec1fb0f1bb0296d761a359629a403f6b8aeb9ba6d /MdeModulePkg/Bus/Pci
parent1c455d59d2042d139478f9aefc2ab6bf56fe5a20 (diff)
downloadedk2-bdc825139c17568d22105ed66b6c65221cc397ec.zip
edk2-bdc825139c17568d22105ed66b6c65221cc397ec.tar.gz
edk2-bdc825139c17568d22105ed66b6c65221cc397ec.tar.bz2
Changed ID into Id.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8130 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Bus/Pci')
-rw-r--r--MdeModulePkg/Bus/Pci/UndiRuntimeDxe/Init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Bus/Pci/UndiRuntimeDxe/Init.c b/MdeModulePkg/Bus/Pci/UndiRuntimeDxe/Init.c
index 6f88a90..42dd5fd 100644
--- a/MdeModulePkg/Bus/Pci/UndiRuntimeDxe/Init.c
+++ b/MdeModulePkg/Bus/Pci/UndiRuntimeDxe/Init.c
@@ -65,7 +65,7 @@ UndiNotifyVirtual (
// UNDI32DeviceList is an array of pointers
//
for (Index = 0; Index < pxe_31->IFcnt; Index++) {
- UNDI32DeviceList[Index]->NIIProtocol_31.ID = (UINT64) (UINTN) Pxe31Pointer;
+ UNDI32DeviceList[Index]->NIIProtocol_31.Id = (UINT64) (UINTN) Pxe31Pointer;
EfiConvertPointer (
EFI_OPTIONAL_PTR,
(VOID **) &(UNDI32DeviceList[Index])
@@ -346,7 +346,7 @@ UndiDriverStart (
PxeStructInit (pxe_31);
}
- UNDI32Device->NIIProtocol_31.ID = (UINT64) (UINTN) (pxe_31);
+ UNDI32Device->NIIProtocol_31.Id = (UINT64) (UINTN) (pxe_31);
Status = PciIoFncs->Attributes (
PciIoFncs,