Revert "Capsule-on-Disk entire Patch
This reverts commit0d4aa276d1
,6470a43160
,fd72860895
,7837d12498
,6b32af2e10
,8636f70b5a
,f17935321a
due to incorrect review process. Cc: Wei6 Xu <wei6.xu@intel.com> Cc: Hao A Wu <hao.a.wu@intel.com> Signed-off-by: Zhang, Chao B <chao.b.zhang@intel.com> Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
This commit is contained in:
@@ -812,8 +812,8 @@ DumpCapsuleFromDisk (
|
||||
//
|
||||
// Get file count first
|
||||
//
|
||||
Status = FileHandleFindFirstFile (DirHandle, &FileInfo);
|
||||
do {
|
||||
Status = FileHandleFindFirstFile (DirHandle, &FileInfo);
|
||||
if (EFI_ERROR (Status) || FileInfo == NULL) {
|
||||
Print (L"Get File Info Fail. Status = %r\n", Status);
|
||||
goto Done;
|
||||
@@ -846,8 +846,8 @@ DumpCapsuleFromDisk (
|
||||
//
|
||||
// Get all file info
|
||||
//
|
||||
Status = FileHandleFindFirstFile (DirHandle, &FileInfo);
|
||||
do {
|
||||
Status = FileHandleFindFirstFile (DirHandle, &FileInfo);
|
||||
if (EFI_ERROR (Status) || FileInfo == NULL) {
|
||||
Print (L"Get File Info Fail. Status = %r\n", Status);
|
||||
goto Done;
|
||||
|
Reference in New Issue
Block a user