Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98004
b: refs/heads/master
c: 7aa7d43
h: refs/heads/master
v: v3
  • Loading branch information
Bob Moore authored and Len Brown committed Jun 11, 2008
1 parent edf1091 commit f3de935
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 46a21e465e506bcd4dba759a39e7ef79978a705d
refs/heads/master: 7aa7d4336df34e32195557a1ad422627bd69ef0b
5 changes: 1 addition & 4 deletions trunk/drivers/acpi/dispatcher/dsfield.c
Original file line number Diff line number Diff line change
Expand Up @@ -450,10 +450,6 @@ acpi_ds_init_field_objects(union acpi_parse_object *op,
return_ACPI_STATUS(AE_BAD_PARAMETER);
}

if (!arg) {
return_ACPI_STATUS(AE_AML_NO_OPERAND);
}

/* Creating new namespace node(s), should not already exist */

flags = ACPI_NS_NO_UPSEARCH | ACPI_NS_DONT_OPEN_SCOPE |
Expand All @@ -467,6 +463,7 @@ acpi_ds_init_field_objects(union acpi_parse_object *op,

/*
* Walk the list of entries in the field_list
* Note: field_list can be of zero length. In this case, Arg will be NULL.
*/
while (arg) {
/*
Expand Down

0 comments on commit f3de935

Please sign in to comment.