diff options
Diffstat (limited to 'drivers/acpi/acpica/utstring.c')
-rw-r--r-- | drivers/acpi/acpica/utstring.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/utstring.c b/drivers/acpi/acpica/utstring.c index 89dc79798d38..927797355da9 100644 --- a/drivers/acpi/acpica/utstring.c +++ b/drivers/acpi/acpica/utstring.c | |||
@@ -141,7 +141,7 @@ void acpi_ut_repair_name(char *name) | |||
141 | * Special case for the root node. This can happen if we get an | 141 | * Special case for the root node. This can happen if we get an |
142 | * error during the execution of module-level code. | 142 | * error during the execution of module-level code. |
143 | */ | 143 | */ |
144 | if (ACPI_COMPARE_NAME(name, ACPI_ROOT_PATHNAME)) { | 144 | if (ACPI_COMPARE_NAMESEG(name, ACPI_ROOT_PATHNAME)) { |
145 | return; | 145 | return; |
146 | } | 146 | } |
147 | 147 | ||