diff options
Diffstat (limited to 'drivers/acpi/acpica/nspredef.c')
-rw-r--r-- | drivers/acpi/acpica/nspredef.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/nspredef.c b/drivers/acpi/acpica/nspredef.c index 352be3bd1562..1f0e93401436 100644 --- a/drivers/acpi/acpica/nspredef.c +++ b/drivers/acpi/acpica/nspredef.c | |||
@@ -147,7 +147,7 @@ acpi_ns_check_predefined_names(struct acpi_namespace_node *node, | |||
147 | 147 | ||
148 | pathname = acpi_ns_get_external_pathname(node); | 148 | pathname = acpi_ns_get_external_pathname(node); |
149 | if (!pathname) { | 149 | if (!pathname) { |
150 | return AE_OK; /* Could not get pathname, ignore */ | 150 | return (AE_OK); /* Could not get pathname, ignore */ |
151 | } | 151 | } |
152 | 152 | ||
153 | /* | 153 | /* |