Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128031
b: refs/heads/master
c: 5572a98
h: refs/heads/master
i:
  128029: c47877c
  128027: 38341a6
  128023: 17ff34b
  128015: ebc3fff
  127999: c3235cf
v: v3
  • Loading branch information
Bob Moore authored and Len Brown committed Dec 30, 2008
1 parent b870540 commit 17f11d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 319f8b892722f289bb6e07b1067be3b2e0714238
refs/heads/master: 5572a9859fa55216597b8226717691956d3e53e3
4 changes: 4 additions & 0 deletions trunk/drivers/acpi/namespace/nsaccess.c
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,10 @@ acpi_ns_lookup(union acpi_generic_state *scope_info,
* segments).
*/
if (this_node->type == ACPI_TYPE_LOCAL_ALIAS) {
if (!this_node->object) {
return_ACPI_STATUS(AE_NOT_EXIST);
}

if (acpi_ns_opens_scope
(((struct acpi_namespace_node *)this_node->
object)->type)) {
Expand Down

0 comments on commit 17f11d8

Please sign in to comment.