summaryrefslogtreecommitdiff
path: root/InOsEmuPkg/EmuSnpDxe/EmuSnpDxe.c
diff options
context:
space:
mode:
Diffstat (limited to 'InOsEmuPkg/EmuSnpDxe/EmuSnpDxe.c')
-rw-r--r--InOsEmuPkg/EmuSnpDxe/EmuSnpDxe.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/InOsEmuPkg/EmuSnpDxe/EmuSnpDxe.c b/InOsEmuPkg/EmuSnpDxe/EmuSnpDxe.c
index 59d8e98b79..4432218b51 100644
--- a/InOsEmuPkg/EmuSnpDxe/EmuSnpDxe.c
+++ b/InOsEmuPkg/EmuSnpDxe/EmuSnpDxe.c
@@ -667,10 +667,11 @@ EmuSnpDriverBindingStart (
MAC_ADDR_DEVICE_PATH Node;
EFI_DEVICE_PATH_PROTOCOL *ParentDevicePath;
+ Private = NULL;
+
//
// Grab the protocols we need
//
-
Status = gBS->OpenProtocol(
ControllerHandle,
&gEfiDevicePathProtocolGuid,