[ACPI] ACPICA 20051117
[deliverable/linux.git] / drivers / acpi / tables / tbgetall.c
index 8d72343537e74719e3592a66db22a27212b9245c..33c9ed8a6f99a635f025478d2dff4c0dac61f8ad 100644 (file)
@@ -292,7 +292,9 @@ acpi_status acpi_tb_get_required_tables(void)
                          "Hex dump of entire DSDT, size %d (0x%X), Integer width = %d\n",
                          acpi_gbl_DSDT->length, acpi_gbl_DSDT->length,
                          acpi_gbl_integer_bit_width));
-       ACPI_DUMP_BUFFER((u8 *) acpi_gbl_DSDT, acpi_gbl_DSDT->length);
+
+       ACPI_DUMP_BUFFER(ACPI_CAST_PTR(u8, acpi_gbl_DSDT),
+                        acpi_gbl_DSDT->length);
 
        /* Always delete the RSDP mapping, we are done with it */
 
This page took 0.025202 seconds and 5 git commands to generate.