Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57973
b: refs/heads/master
c: 83dd450
h: refs/heads/master
i:
  57971: 09ba897
v: v3
  • Loading branch information
Myron Stowe authored and Len Brown committed Jun 18, 2007
1 parent 4f4d8c3 commit 33332da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: e7c746ef098770f863ba294adac5b30d124ba469
refs/heads/master: 83dd4504456d4b5e464d6ec4a7665e2c922db67f
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/utilities/utobject.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ union acpi_operand_object *acpi_ut_create_package_object(u32 count)
package_elements = ACPI_ALLOCATE_ZEROED((acpi_size)
(count + 1) * sizeof(void *));
if (!package_elements) {
ACPI_FREE(package_desc);
acpi_ut_remove_reference(package_desc);
return_PTR(NULL);
}

Expand Down

0 comments on commit 33332da

Please sign in to comment.