diff options
-rw-r--r-- | drivers/acpi/resources/rsmisc.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/acpi/resources/rsmisc.c b/drivers/acpi/resources/rsmisc.c index e1b5aa2af9a5..4a758bd4a5c8 100644 --- a/drivers/acpi/resources/rsmisc.c +++ b/drivers/acpi/resources/rsmisc.c | |||
@@ -328,14 +328,6 @@ acpi_rs_convert_resource_to_aml(struct acpi_resource *resource, | |||
328 | 328 | ||
329 | ACPI_FUNCTION_TRACE("rs_convert_resource_to_aml"); | 329 | ACPI_FUNCTION_TRACE("rs_convert_resource_to_aml"); |
330 | 330 | ||
331 | /* Validate the Resource pointer, must be 32-bit aligned */ | ||
332 | |||
333 | if (((acpi_native_uint) resource) & 0x3) { | ||
334 | acpi_os_printf | ||
335 | ("**** SET: Misaligned resource pointer: %p Type %2.2X Len %X\n", | ||
336 | resource, resource->type, resource->length); | ||
337 | } | ||
338 | |||
339 | /* | 331 | /* |
340 | * First table entry must be ACPI_RSC_INITxxx and must contain the | 332 | * First table entry must be ACPI_RSC_INITxxx and must contain the |
341 | * table length (# of table entries) | 333 | * table length (# of table entries) |