mirror of https://github.com/acidanthera/audk.git
Fix a bug of not initialize Private->PciRootBridgeIo correctly.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6832 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
4ebb0d9eb1
commit
2b534a7c09
|
@ -457,6 +457,8 @@ PciRootBridgeIoNotificationEvent (
|
|||
continue;
|
||||
}
|
||||
|
||||
Private->PciRootBridgeIo = PciRootBridgeIo;
|
||||
|
||||
Status = gBS->HandleProtocol (
|
||||
Handle,
|
||||
&gEfiDevicePathProtocolGuid,
|
||||
|
|
Loading…
Reference in New Issue