]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Dxe/FwVol/FwVol.c
Change _CR() to BASE_CR() to follow naming convention
[mirror_edk2.git] / MdeModulePkg / Core / Dxe / FwVol / FwVol.c
index 9e26e4f020defbc129127d9d8935057db5f9320d..5984b3f436514207241ea1fe8cda835c81e80e5f 100644 (file)
@@ -456,7 +456,7 @@ NotifyFwVolBlock (
       //\r
       // Update Fv to use a new Fvb\r
       //\r
-      FvDevice = _CR (Fv, FV_DEVICE, Fv);\r
+      FvDevice = BASE_CR (Fv, FV_DEVICE, Fv);\r
       if (FvDevice->Signature == FV2_DEVICE_SIGNATURE) {\r
         //\r
         // Only write into our device structure if it's our device structure\r