On 2016/2/29 14:10, Feng Tian wrote:
From: "Tian, Feng" <[email protected]>
Cc: Star Zeng <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Feng Tian <[email protected]>
---
MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpress.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Reviewed-by: Star Zeng <[email protected]>
diff --git a/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpress.c
b/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpress.c
index 9938bf4..c379e17 100644
--- a/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpress.c
+++ b/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpress.c
@@ -2,7 +2,7 @@
NvmExpressDxe driver is used to manage non-volatile memory subsystem which
follows
NVM Express specification.
- Copyright (c) 2013 - 2015, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2013 - 2016, 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
@@ -163,6 +163,7 @@ EnumerateNvmeDevNamespace (
//
// Create DiskInfo Protocol instance
//
+ CopyMem (&Device->NamespaceData, NamespaceData, sizeof
(NVME_ADMIN_NAMESPACE_DATA));
InitializeDiskInfo (Device);
//
_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.01.org/mailman/listinfo/edk2-devel