summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeng Tian <feng.tian@intel.com>2015-05-21 05:36:40 +0000
committererictian <erictian@Edk2>2015-05-21 05:36:40 +0000
commit02c9f1448c4e2de09fd0c42481b8bfd30a382984 (patch)
tree423e7ccfc78d9d68a8704ab98f45c4d18739d68c
parent1d13077bed4b1b792d5b654f9a51fe294290536e (diff)
downloadedk2-02c9f1448c4e2de09fd0c42481b8bfd30a382984.zip
edk2-02c9f1448c4e2de09fd0c42481b8bfd30a382984.tar.gz
edk2-02c9f1448c4e2de09fd0c42481b8bfd30a382984.tar.bz2
MdeModulePkg/CdExpressPei: Fix build error
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Feng Tian <feng.tian@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17489 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--MdeModulePkg/Universal/Disk/CdExpressPei/PeiCdExpress.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/MdeModulePkg/Universal/Disk/CdExpressPei/PeiCdExpress.c b/MdeModulePkg/Universal/Disk/CdExpressPei/PeiCdExpress.c
index 2f8d1ab..f78118a 100644
--- a/MdeModulePkg/Universal/Disk/CdExpressPei/PeiCdExpress.c
+++ b/MdeModulePkg/Universal/Disk/CdExpressPei/PeiCdExpress.c
@@ -162,6 +162,8 @@ UpdateBlocksAndVolumes (
EFI_PEI_SERVICES **PeiServices;
IndexBlockDevice = 0;
+ BlockIo2Ppi = NULL;
+ BlockIoPpi = NULL;
//
// Find out all Block Io Ppi instances within the system
// Assuming all device Block Io Peims are dispatched already