diff options
author | Feng Tian <feng.tian@intel.com> | 2015-05-21 05:36:40 +0000 |
---|---|---|
committer | erictian <erictian@Edk2> | 2015-05-21 05:36:40 +0000 |
commit | 02c9f1448c4e2de09fd0c42481b8bfd30a382984 (patch) | |
tree | 423e7ccfc78d9d68a8704ab98f45c4d18739d68c /MdeModulePkg | |
parent | 1d13077bed4b1b792d5b654f9a51fe294290536e (diff) | |
download | edk2-platforms-02c9f1448c4e2de09fd0c42481b8bfd30a382984.tar.xz |
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
Diffstat (limited to 'MdeModulePkg')
-rw-r--r-- | MdeModulePkg/Universal/Disk/CdExpressPei/PeiCdExpress.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MdeModulePkg/Universal/Disk/CdExpressPei/PeiCdExpress.c b/MdeModulePkg/Universal/Disk/CdExpressPei/PeiCdExpress.c index 2f8d1abed0..f78118a6a8 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
|