Skip to content

Commit

Permalink
Merge branch 'acpica-release-fixes' into release-2.6.27
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Kleen committed Aug 21, 2008
2 parents f385386 + f0df2d6 commit f54538c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/acpi/dispatcher/dsobject.c
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ acpi_ds_build_internal_package_obj(struct acpi_walk_state *walk_state,
arg = arg->common.next;
}

ACPI_ERROR((AE_INFO,
ACPI_WARNING((AE_INFO,
"Package List length (%X) larger than NumElements count (%X), truncated\n",
i, element_count));
} else if (i < element_count) {
Expand Down
2 changes: 2 additions & 0 deletions drivers/acpi/tables.c
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,8 @@ int __init acpi_table_init(void)

static int __init acpi_parse_apic_instance(char *str)
{
if (!str)
return -EINVAL;

acpi_apic_instance = simple_strtoul(str, NULL, 0);

Expand Down

0 comments on commit f54538c

Please sign in to comment.