Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336646
b: refs/heads/master
c: 267d672
h: refs/heads/master
v: v3
  • Loading branch information
Robert Moore authored and Rafael J. Wysocki committed Nov 14, 2012
1 parent 3569c03 commit 3f57948
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 691fda505822e46e2a8106e33b408a12e11732bc
refs/heads/master: 267d672ab3e2b171230b3edb5711794fab0afb02
4 changes: 2 additions & 2 deletions trunk/drivers/acpi/acpica/nsaccess.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ acpi_status acpi_ns_root_initialize(void)
status = acpi_ns_lookup(NULL, init_val->name, init_val->type,
ACPI_IMODE_LOAD_PASS2,
ACPI_NS_NO_UPSEARCH, NULL, &new_node);

if (ACPI_FAILURE(status) || (!new_node)) { /* Must be on same line for code converter */
if (ACPI_FAILURE(status)) {
ACPI_EXCEPTION((AE_INFO, status,
"Could not create predefined name %s",
init_val->name));
continue;
}

/*
Expand Down

0 comments on commit 3f57948

Please sign in to comment.