diff options
Diffstat (limited to 'drivers/acpi/tables/tbconvrt.c')
-rw-r--r-- | drivers/acpi/tables/tbconvrt.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/acpi/tables/tbconvrt.c b/drivers/acpi/tables/tbconvrt.c index a913a927d321..d697fcb35d52 100644 --- a/drivers/acpi/tables/tbconvrt.c +++ b/drivers/acpi/tables/tbconvrt.c | |||
@@ -492,7 +492,7 @@ acpi_status acpi_tb_convert_table_fadt(void) | |||
492 | struct fadt_descriptor *local_fadt; | 492 | struct fadt_descriptor *local_fadt; |
493 | struct acpi_table_desc *table_desc; | 493 | struct acpi_table_desc *table_desc; |
494 | 494 | ||
495 | ACPI_FUNCTION_TRACE("tb_convert_table_fadt"); | 495 | ACPI_FUNCTION_TRACE(tb_convert_table_fadt); |
496 | 496 | ||
497 | /* | 497 | /* |
498 | * acpi_gbl_FADT is valid. Validate the FADT length. The table must be | 498 | * acpi_gbl_FADT is valid. Validate the FADT length. The table must be |
@@ -541,7 +541,7 @@ acpi_status acpi_tb_convert_table_fadt(void) | |||
541 | 541 | ||
542 | /* Free the original table */ | 542 | /* Free the original table */ |
543 | 543 | ||
544 | table_desc = acpi_gbl_table_lists[ACPI_TABLE_FADT].next; | 544 | table_desc = acpi_gbl_table_lists[ACPI_TABLE_ID_FADT].next; |
545 | acpi_tb_delete_single_table(table_desc); | 545 | acpi_tb_delete_single_table(table_desc); |
546 | 546 | ||
547 | /* Install the new table */ | 547 | /* Install the new table */ |
@@ -579,7 +579,7 @@ acpi_status acpi_tb_convert_table_fadt(void) | |||
579 | acpi_status acpi_tb_build_common_facs(struct acpi_table_desc *table_info) | 579 | acpi_status acpi_tb_build_common_facs(struct acpi_table_desc *table_info) |
580 | { | 580 | { |
581 | 581 | ||
582 | ACPI_FUNCTION_TRACE("tb_build_common_facs"); | 582 | ACPI_FUNCTION_TRACE(tb_build_common_facs); |
583 | 583 | ||
584 | /* Absolute minimum length is 24, but the ACPI spec says 64 */ | 584 | /* Absolute minimum length is 24, but the ACPI spec says 64 */ |
585 | 585 | ||