aboutsummaryrefslogtreecommitdiff
path: root/namespace/nsdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'namespace/nsdump.c')
-rw-r--r--namespace/nsdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/namespace/nsdump.c b/namespace/nsdump.c
index 0b0af613f24d..242033126f36 100644
--- a/namespace/nsdump.c
+++ b/namespace/nsdump.c
@@ -537,7 +537,7 @@ AcpiNsDumpOneObject (
return (AE_OK);
}
- AcpiOsPrintf ("(R%d)", ObjDesc->Common.ReferenceCount);
+ AcpiOsPrintf ("(R%u)", ObjDesc->Common.ReferenceCount);
switch (Type)
{