]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg/CdExpressPei: Fix build error
authorFeng Tian <feng.tian@intel.com>
Thu, 21 May 2015 05:36:40 +0000 (05:36 +0000)
committererictian <erictian@Edk2>
Thu, 21 May 2015 05:36:40 +0000 (05:36 +0000)
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

MdeModulePkg/Universal/Disk/CdExpressPei/PeiCdExpress.c

index 2f8d1abed09823f2fc932f971fb2c573d99e40b0..f78118a6a8b11e72dddc2c9fdc75c62354691bc5 100644 (file)
@@ -162,6 +162,8 @@ UpdateBlocksAndVolumes (
   EFI_PEI_SERVICES                **PeiServices;\r
 \r
   IndexBlockDevice = 0;\r
+  BlockIo2Ppi      = NULL;\r
+  BlockIoPpi       = NULL;\r
   //\r
   // Find out all Block Io Ppi instances within the system\r
   // Assuming all device Block Io Peims are dispatched already\r