diff options
Diffstat (limited to 'drivers/acpi/acpica/nsnames.c')
-rw-r--r-- | drivers/acpi/acpica/nsnames.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/nsnames.c b/drivers/acpi/acpica/nsnames.c index 96e0eb609bb4..55a175eadcc3 100644 --- a/drivers/acpi/acpica/nsnames.c +++ b/drivers/acpi/acpica/nsnames.c | |||
@@ -195,7 +195,7 @@ acpi_size acpi_ns_get_pathname_length(struct acpi_namespace_node *node) | |||
195 | ACPI_ERROR((AE_INFO, | 195 | ACPI_ERROR((AE_INFO, |
196 | "Invalid Namespace Node (%p) while traversing namespace", | 196 | "Invalid Namespace Node (%p) while traversing namespace", |
197 | next_node)); | 197 | next_node)); |
198 | return 0; | 198 | return (0); |
199 | } | 199 | } |
200 | size += ACPI_PATH_SEGMENT_LENGTH; | 200 | size += ACPI_PATH_SEGMENT_LENGTH; |
201 | next_node = next_node->parent; | 201 | next_node = next_node->parent; |