Use correct pointer to install DevicePath protocol.

Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14402 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Star Zeng 2013-06-13 09:07:42 +00:00 committed by lzeng14
parent f120674bf9
commit 97733405f2
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/**@file
Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>
Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@ -1335,7 +1335,7 @@ Returns:
&gEfiFirmwareVolumeBlockProtocolGuid,
&FvbDevice->FwVolBlockInstance,
&gEfiDevicePathProtocolGuid,
&FvbDevice->DevicePath,
FvbDevice->DevicePath,
NULL
);
ASSERT_EFI_ERROR (Status);