Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131098
b: refs/heads/master
c: 386e4a8
h: refs/heads/master
v: v3
  • Loading branch information
Myron Stowe authored and Len Brown committed Feb 7, 2009
1 parent 5474f60 commit 3c2d289
Show file tree
Hide file tree
Showing 2 changed files with 4 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: d96f94c604453f87fe24154b87e1e9a3a72511f8
refs/heads/master: 386e4a8358239f90275e1f93d5ad11cdc93c6453
7 changes: 3 additions & 4 deletions trunk/drivers/acpi/acpica/tbutils.c
Original file line number Diff line number Diff line change
Expand Up @@ -538,10 +538,9 @@ acpi_tb_parse_root_table(acpi_physical_address rsdp_address, u8 flags)
if (ACPI_FAILURE(status)) {
ACPI_WARNING((AE_INFO,
"Truncating %u table entries!",
(unsigned)
(acpi_gbl_root_table_list.size -
acpi_gbl_root_table_list.
count)));
(unsigned) (table_count -
(acpi_gbl_root_table_list.
count - 2))));
break;
}
}
Expand Down

0 comments on commit 3c2d289

Please sign in to comment.