diff options
Diffstat (limited to 'drivers/acpi/executer/exconvrt.c')
-rw-r--r-- | drivers/acpi/executer/exconvrt.c | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/drivers/acpi/executer/exconvrt.c b/drivers/acpi/executer/exconvrt.c index fa9e75d4ec65..e6f55cf8ad31 100644 --- a/drivers/acpi/executer/exconvrt.c +++ b/drivers/acpi/executer/exconvrt.c | |||
@@ -5,7 +5,7 @@ | |||
5 | *****************************************************************************/ | 5 | *****************************************************************************/ |
6 | 6 | ||
7 | /* | 7 | /* |
8 | * Copyright (C) 2000 - 2005, R. Byron Moore | 8 | * Copyright (C) 2000 - 2006, R. Byron Moore |
9 | * All rights reserved. | 9 | * All rights reserved. |
10 | * | 10 | * |
11 | * Redistribution and use in source and binary forms, with or without | 11 | * Redistribution and use in source and binary forms, with or without |
@@ -654,17 +654,8 @@ acpi_ex_convert_to_target_type(acpi_object_type destination_type, | |||
654 | break; | 654 | break; |
655 | 655 | ||
656 | default: | 656 | default: |
657 | ACPI_DEBUG_PRINT((ACPI_DB_ERROR, | 657 | ACPI_REPORT_ERROR(("Unknown Target type ID 0x%X aml_opcode %X dest_type %s\n", GET_CURRENT_ARG_TYPE(walk_state->op_info->runtime_args), walk_state->opcode, acpi_ut_get_type_name(destination_type))); |
658 | "Unknown Target type ID 0x%X Op %s dest_type %s\n", | 658 | status = AE_AML_INTERNAL; |
659 | GET_CURRENT_ARG_TYPE(walk_state->op_info-> | ||
660 | runtime_args), | ||
661 | walk_state->op_info->name, | ||
662 | acpi_ut_get_type_name(destination_type))); | ||
663 | |||
664 | ACPI_REPORT_ERROR(("Bad Target Type (ARGI): %X\n", | ||
665 | GET_CURRENT_ARG_TYPE(walk_state->op_info-> | ||
666 | runtime_args))) | ||
667 | status = AE_AML_INTERNAL; | ||
668 | } | 659 | } |
669 | 660 | ||
670 | /* | 661 | /* |