diff options
Diffstat (limited to 'drivers/acpi/namespace/nseval.c')
-rw-r--r-- | drivers/acpi/namespace/nseval.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/acpi/namespace/nseval.c b/drivers/acpi/namespace/nseval.c index f5d8e71b82cc..4b054062b46a 100644 --- a/drivers/acpi/namespace/nseval.c +++ b/drivers/acpi/namespace/nseval.c | |||
@@ -85,7 +85,7 @@ acpi_ns_evaluate_relative(char *pathname, struct acpi_parameter_info *info) | |||
85 | union acpi_generic_state *scope_info; | 85 | union acpi_generic_state *scope_info; |
86 | char *internal_path = NULL; | 86 | char *internal_path = NULL; |
87 | 87 | ||
88 | ACPI_FUNCTION_TRACE("ns_evaluate_relative"); | 88 | ACPI_FUNCTION_TRACE(ns_evaluate_relative); |
89 | 89 | ||
90 | /* | 90 | /* |
91 | * Must have a valid object handle | 91 | * Must have a valid object handle |
@@ -182,7 +182,7 @@ acpi_ns_evaluate_by_name(char *pathname, struct acpi_parameter_info *info) | |||
182 | acpi_status status; | 182 | acpi_status status; |
183 | char *internal_path = NULL; | 183 | char *internal_path = NULL; |
184 | 184 | ||
185 | ACPI_FUNCTION_TRACE("ns_evaluate_by_name"); | 185 | ACPI_FUNCTION_TRACE(ns_evaluate_by_name); |
186 | 186 | ||
187 | /* Build an internal name string for the method */ | 187 | /* Build an internal name string for the method */ |
188 | 188 | ||
@@ -262,7 +262,7 @@ acpi_status acpi_ns_evaluate_by_handle(struct acpi_parameter_info *info) | |||
262 | { | 262 | { |
263 | acpi_status status; | 263 | acpi_status status; |
264 | 264 | ||
265 | ACPI_FUNCTION_TRACE("ns_evaluate_by_handle"); | 265 | ACPI_FUNCTION_TRACE(ns_evaluate_by_handle); |
266 | 266 | ||
267 | /* Check if namespace has been initialized */ | 267 | /* Check if namespace has been initialized */ |
268 | 268 | ||
@@ -368,7 +368,7 @@ acpi_ns_execute_control_method(struct acpi_parameter_info *info) | |||
368 | { | 368 | { |
369 | acpi_status status; | 369 | acpi_status status; |
370 | 370 | ||
371 | ACPI_FUNCTION_TRACE("ns_execute_control_method"); | 371 | ACPI_FUNCTION_TRACE(ns_execute_control_method); |
372 | 372 | ||
373 | /* Verify that there is a method associated with this object */ | 373 | /* Verify that there is a method associated with this object */ |
374 | 374 | ||
@@ -436,7 +436,7 @@ static acpi_status acpi_ns_get_object_value(struct acpi_parameter_info *info) | |||
436 | acpi_status status = AE_OK; | 436 | acpi_status status = AE_OK; |
437 | struct acpi_namespace_node *resolved_node = info->node; | 437 | struct acpi_namespace_node *resolved_node = info->node; |
438 | 438 | ||
439 | ACPI_FUNCTION_TRACE("ns_get_object_value"); | 439 | ACPI_FUNCTION_TRACE(ns_get_object_value); |
440 | 440 | ||
441 | /* | 441 | /* |
442 | * Objects require additional resolution steps (e.g., the Node may be a | 442 | * Objects require additional resolution steps (e.g., the Node may be a |