follow up the comments from code review.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5891 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
eric_tian
2008-09-16 05:19:25 +00:00
parent 9edc73ada4
commit 1349236994
3 changed files with 17 additions and 12 deletions

View File

@@ -83,6 +83,9 @@ GetFwVolHeader (
//
FvhLength = sizeof (EFI_FIRMWARE_VOLUME_HEADER);
Status = Fvb->Read (Fvb, 0, 0, &FvhLength, (UINT8 *)&TempFvh);
if (EFI_ERROR (Status)) {
return Status;
}
//
// Allocate a buffer for the caller
@@ -494,9 +497,9 @@ NotifyFwVolBlock (
/**
This routine is the driver initialization entry point. It initializes the
libraries, and registers two notification functions. These notification
functions are responsible for building the FV stack dynamically.
This routine is the driver initialization entry point. It registers
a notification function. This notification function are responsible
for building the FV stack dynamically.
@param ImageHandle The image handle.
@param SystemTable The system table.