Changed ID into Id.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8130 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user