Revision: 14402
http://sourceforge.net/p/edk2/code/14402
Author: lzeng14
Date: 2013-06-13 09:07:42 +0000 (Thu, 13 Jun 2013)
Log Message:
-----------
Use correct pointer to install DevicePath protocol.
Signed-off-by: Star Zeng <[email protected]>
Reviewed-by: Liming Gao <[email protected]>
Modified Paths:
--------------
trunk/edk2/Nt32Pkg/FvbServicesRuntimeDxe/FWBlockService.c
Modified: trunk/edk2/Nt32Pkg/FvbServicesRuntimeDxe/FWBlockService.c
===================================================================
--- trunk/edk2/Nt32Pkg/FvbServicesRuntimeDxe/FWBlockService.c 2013-06-12
18:14:33 UTC (rev 14401)
+++ trunk/edk2/Nt32Pkg/FvbServicesRuntimeDxe/FWBlockService.c 2013-06-13
09:07:42 UTC (rev 14402)
@@ -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 @@
&gEfiFirmwareVolumeBlockProtocolGuid,
&FvbDevice->FwVolBlockInstance,
&gEfiDevicePathProtocolGuid,
- &FvbDevice->DevicePath,
+ FvbDevice->DevicePath,
NULL
);
ASSERT_EFI_ERROR (Status);
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits