diff options
Diffstat (limited to 'drivers/acpi/acpica/tbutils.c')
-rw-r--r-- | drivers/acpi/acpica/tbutils.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/acpi/acpica/tbutils.c b/drivers/acpi/acpica/tbutils.c index 3269bef371d7..9240c76d2823 100644 --- a/drivers/acpi/acpica/tbutils.c +++ b/drivers/acpi/acpica/tbutils.c | |||
@@ -174,9 +174,7 @@ struct acpi_table_header *acpi_tb_copy_dsdt(u32 table_index) | |||
174 | ACPI_TABLE_ORIGIN_INTERNAL_VIRTUAL, | 174 | ACPI_TABLE_ORIGIN_INTERNAL_VIRTUAL, |
175 | new_table); | 175 | new_table); |
176 | 176 | ||
177 | ACPI_INFO((AE_INFO, | 177 | ACPI_INFO(("Forced DSDT copy: length 0x%05X copied locally, original unmapped", new_table->length)); |
178 | "Forced DSDT copy: length 0x%05X copied locally, original unmapped", | ||
179 | new_table->length)); | ||
180 | 178 | ||
181 | return (new_table); | 179 | return (new_table); |
182 | } | 180 | } |