]> git.proxmox.com Git - mirror_edk2.git/blobdiff - FatPkg/EnhancedFatDxe/FileSpace.c
UefiCpuPkg/DxeMpLib: Remove unnecessary ret instruction
[mirror_edk2.git] / FatPkg / EnhancedFatDxe / FileSpace.c
index 869f345f5c152f8141b2d68d8a5351bfd026d768..ce7c067a4a855ebfb3c3f996df12f5bc67ed769a 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2005, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2005 - 2013, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials are licensed and made available\r
 under the terms and conditions of the BSD License which accompanies this\r
 distribution. The full text of the license may be found at\r
@@ -79,7 +79,8 @@ Returns:
              READ_FAT,\r
              Volume->FatEntryPos,\r
              Volume->FatEntrySize,\r
-             &Volume->FatEntryBuffer\r
+             &Volume->FatEntryBuffer,\r
+             NULL\r
              );\r
   if (EFI_ERROR (Status)) {\r
     Volume->FatEntryBuffer = (UINT32) -1;\r
@@ -246,7 +247,8 @@ Returns:
              WRITE_FAT,\r
              Volume->FatEntryPos,\r
              Volume->FatEntrySize,\r
-             &Volume->FatEntryBuffer\r
+             &Volume->FatEntryBuffer,\r
+             NULL\r
              );\r
   return Status;\r
 }\r