mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
MdeModulePkg/NvmExpressDxe: use format "0x%lx" for UINT64 values.
Signed-off-by: Mike Maslenkin <mike.maslenkin@gmail.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
parent
4f73eef838
commit
4e36bed812
@ -288,9 +288,9 @@ EnumerateNvmeDevNamespace (
|
||||
// Dump NvmExpress Identify Namespace Data
|
||||
//
|
||||
DEBUG ((DEBUG_INFO, " == NVME IDENTIFY NAMESPACE [%d] DATA ==\n", NamespaceId));
|
||||
DEBUG ((DEBUG_INFO, " NSZE : 0x%x\n", NamespaceData->Nsze));
|
||||
DEBUG ((DEBUG_INFO, " NCAP : 0x%x\n", NamespaceData->Ncap));
|
||||
DEBUG ((DEBUG_INFO, " NUSE : 0x%x\n", NamespaceData->Nuse));
|
||||
DEBUG ((DEBUG_INFO, " NSZE : 0x%lx\n", NamespaceData->Nsze));
|
||||
DEBUG ((DEBUG_INFO, " NCAP : 0x%lx\n", NamespaceData->Ncap));
|
||||
DEBUG ((DEBUG_INFO, " NUSE : 0x%lx\n", NamespaceData->Nuse));
|
||||
DEBUG ((DEBUG_INFO, " LBAF0.LBADS : 0x%x\n", (NamespaceData->LbaFormat[0].Lbads)));
|
||||
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user