Commit 3c5c3638 authored by Len Brown's avatar Len Brown

[ACPI] delete message "**** SET: Misaligned resource pointer:"

This check, added in ACPICA 20051021, was overly paranoid.
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 0af5853b
...@@ -328,14 +328,6 @@ acpi_rs_convert_resource_to_aml(struct acpi_resource *resource, ...@@ -328,14 +328,6 @@ acpi_rs_convert_resource_to_aml(struct acpi_resource *resource,
ACPI_FUNCTION_TRACE("rs_convert_resource_to_aml"); 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 * First table entry must be ACPI_RSC_INITxxx and must contain the
* table length (# of table entries) * table length (# of table entries)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment