Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150997
b: refs/heads/master
c: 6525909
h: refs/heads/master
i:
  150995: e3df441
v: v3
  • Loading branch information
Bob Moore authored and Len Brown committed May 27, 2009
1 parent 078f019 commit 9694703
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b21245a85e62ea7eeb5b7562ce98cf8b0aecbd26
refs/heads/master: 65259094c3e038519a2d8fa6fbc6256f04ad6535
7 changes: 2 additions & 5 deletions trunk/drivers/acpi/acpica/nspredef.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ acpi_ns_check_predefined_names(struct acpi_namespace_node *node,

pathname = acpi_ns_get_external_pathname(node);
if (!pathname) {
pathname = ACPI_CAST_PTR(char, predefined->info.name);
return AE_OK; /* Could not get pathname, ignore */
}

/*
Expand Down Expand Up @@ -230,10 +230,7 @@ acpi_ns_check_predefined_names(struct acpi_namespace_node *node,
}

exit:
if (pathname != predefined->info.name) {
ACPI_FREE(pathname);
}

ACPI_FREE(pathname);
return (status);
}

Expand Down

0 comments on commit 9694703

Please sign in to comment.