summaryrefslogtreecommitdiff
path: root/source/components/utilities/uteval.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/components/utilities/uteval.c')
-rw-r--r--source/components/utilities/uteval.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/components/utilities/uteval.c b/source/components/utilities/uteval.c
index bdde513884c07..d4864f3813c4a 100644
--- a/source/components/utilities/uteval.c
+++ b/source/components/utilities/uteval.c
@@ -72,7 +72,7 @@
ACPI_STATUS
AcpiUtEvaluateObject (
ACPI_NAMESPACE_NODE *PrefixNode,
- char *Path,
+ const char *Path,
UINT32 ExpectedReturnBtypes,
ACPI_OPERAND_OBJECT **ReturnDesc)
{
@@ -219,7 +219,7 @@ Cleanup:
ACPI_STATUS
AcpiUtEvaluateNumericObject (
- char *ObjectName,
+ const char *ObjectName,
ACPI_NAMESPACE_NODE *DeviceNode,
UINT64 *Value)
{