Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206767
b: refs/heads/master
c: 150dba3
h: refs/heads/master
i:
  206765: deb2ebd
  206763: 047a19e
  206759: ebc4b8e
  206751: c6ad306
v: v3
  • Loading branch information
Bob Moore authored and Len Brown committed Jul 7, 2010
1 parent 9f827b4 commit cca0bba
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: de5668fe7549c0586c6f64fa5661604cf7029a99
refs/heads/master: 150dba38f0c3d2d5f5edc58145d202de08ed623c
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/acpica/nsrepair.c
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ acpi_ns_repair_null_element(struct acpi_predefined_data *data,

/* Need an Integer - create a zero-value integer */

new_object = acpi_ut_create_integer_object(0);
new_object = acpi_ut_create_integer_object((u64)0);
} else if (expected_btypes & ACPI_RTYPE_STRING) {

/* Need a String - create a NULL string */
Expand Down

0 comments on commit cca0bba

Please sign in to comment.