Skip to content

Commit

Permalink
[ACPI] delete message "**** SET: Misaligned resource pointer:"
Browse files Browse the repository at this point in the history
This check, added in ACPICA 20051021, was overly paranoid.

Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Len Brown committed Jan 20, 2006
1 parent 0af5853 commit 3c5c363
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions drivers/acpi/resources/rsmisc.c
Original file line number Diff line number Diff line change
Expand Up @@ -328,14 +328,6 @@ acpi_rs_convert_resource_to_aml(struct acpi_resource *resource,

ACPI_FUNCTION_TRACE("rs_convert_resource_to_aml");

/* Validate the Resource pointer, must be 32-bit aligned */

if (((acpi_native_uint) resource) & 0x3) {
acpi_os_printf
("**** SET: Misaligned resource pointer: %p Type %2.2X Len %X\n",
resource, resource->type, resource->length);
}

/*
* First table entry must be ACPI_RSC_INITxxx and must contain the
* table length (# of table entries)
Expand Down

0 comments on commit 3c5c363

Please sign in to comment.