summaryrefslogtreecommitdiff
path: root/source/tools/acpiexec/aeexec.c
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2016-12-21 09:07:53 -0800
committerGitHub <noreply@github.com>2016-12-21 09:07:53 -0800
commit07d0f9453e9a449ba6c13f31b292a62360ad7d4f (patch)
treebb044b563f2680bcb21fdb366c76f66a531d4331 /source/tools/acpiexec/aeexec.c
parent73b741b6055299f93d788fda15d134b5a228aec2 (diff)
downloadacpica-07d0f9453e9a449ba6c13f31b292a62360ad7d4f.tar.gz
Revert "Acpica trivial"revert-196-acpica-trivial
Diffstat (limited to 'source/tools/acpiexec/aeexec.c')
-rw-r--r--source/tools/acpiexec/aeexec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/tools/acpiexec/aeexec.c b/source/tools/acpiexec/aeexec.c
index 2cd0138a8..74da1a656 100644
--- a/source/tools/acpiexec/aeexec.c
+++ b/source/tools/acpiexec/aeexec.c
@@ -448,8 +448,8 @@ ExecuteOSI (
if (ReturnValue.Length < sizeof (ACPI_OBJECT))
{
AcpiOsPrintf (
- "Return value from _OSI method too small, %.8lX\n",
- (UINT64) ReturnValue.Length);
+ "Return value from _OSI method too small, %.8X\n",
+ ReturnValue.Length);
goto ErrorExit;
}