summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe/FwVol/FwVol.c
diff options
context:
space:
mode:
authorLiming Gao <liming.gao@intel.com>2014-12-10 08:45:44 +0000
committerlgao4 <lgao4@Edk2>2014-12-10 08:45:44 +0000
commit684a565a0459b758e69a5b95a8c4b34704124930 (patch)
treea0d79b8c44262725e5addd67f1a58042716d43cb /MdeModulePkg/Core/Dxe/FwVol/FwVol.c
parent61959fa9baeed976adefa2043390f2ad208d894e (diff)
downloadedk2-684a565a0459b758e69a5b95a8c4b34704124930.zip
edk2-684a565a0459b758e69a5b95a8c4b34704124930.tar.gz
edk2-684a565a0459b758e69a5b95a8c4b34704124930.tar.bz2
MdeModulePke: DxeCore NotifyFwVolBlock() function issue
Fix DxeCore NotifyFwVolBlock() function to make sure FV protocol is installed for all valid PI FV images. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Guo Dong <guo.dong@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16496 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core/Dxe/FwVol/FwVol.c')
-rw-r--r--MdeModulePkg/Core/Dxe/FwVol/FwVol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Core/Dxe/FwVol/FwVol.c b/MdeModulePkg/Core/Dxe/FwVol/FwVol.c
index 585d243..f4a6179 100644
--- a/MdeModulePkg/Core/Dxe/FwVol/FwVol.c
+++ b/MdeModulePkg/Core/Dxe/FwVol/FwVol.c
@@ -672,7 +672,7 @@ NotifyFwVolBlock (
//
Status = GetFwVolHeader (Fvb, &FwVolHeader);
if (EFI_ERROR (Status)) {
- return;
+ continue;
}
ASSERT (FwVolHeader != NULL);