summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe/FwVol/FwVol.c
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-06 01:23:24 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-06 01:23:24 +0000
commit50d7ebad9270530b2fb784a82bd093b5dab84036 (patch)
tree18a3dd06eba6f803af4830f87da6938a40a2e4d7 /MdeModulePkg/Core/Dxe/FwVol/FwVol.c
parent2d78cc816ec151afa2efc018dc7345b432300afd (diff)
downloadedk2-50d7ebad9270530b2fb784a82bd093b5dab84036.zip
edk2-50d7ebad9270530b2fb784a82bd093b5dab84036.tar.gz
edk2-50d7ebad9270530b2fb784a82bd093b5dab84036.tar.bz2
Change _CR() to BASE_CR() to follow naming convention
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6888 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 9e26e4f..5984b3f 100644
--- a/MdeModulePkg/Core/Dxe/FwVol/FwVol.c
+++ b/MdeModulePkg/Core/Dxe/FwVol/FwVol.c
@@ -456,7 +456,7 @@ NotifyFwVolBlock (
//
// Update Fv to use a new Fvb
//
- FvDevice = _CR (Fv, FV_DEVICE, Fv);
+ FvDevice = BASE_CR (Fv, FV_DEVICE, Fv);
if (FvDevice->Signature == FV2_DEVICE_SIGNATURE) {
//
// Only write into our device structure if it's our device structure