Deleted Added
full compact
4c4
< * $Revision: 1.67 $
---
> * $Revision: 1.74 $
12c12
< * Some or all of this work - Copyright (c) 1999 - 2005, Intel Corp.
---
> * Some or all of this work - Copyright (c) 1999 - 2007, Intel Corp.
167c167
< ACPI_FUNCTION_TRACE_PTR ("ExConvertToInteger", ObjDesc);
---
> ACPI_FUNCTION_TRACE_PTR (ExConvertToInteger, ObjDesc);
267a268,270
> ACPI_DEBUG_PRINT ((ACPI_DB_EXEC, "Converted value: %8.8X%8.8X\n",
> ACPI_FORMAT_UINT64 (Result)));
>
300c303
< ACPI_FUNCTION_TRACE_PTR ("ExConvertToBuffer", ObjDesc);
---
> ACPI_FUNCTION_TRACE_PTR (ExConvertToBuffer, ObjDesc);
521c524
< ACPI_FUNCTION_TRACE_PTR ("ExConvertToString", ObjDesc);
---
> ACPI_FUNCTION_TRACE_PTR (ExConvertToString, ObjDesc);
635c638
< * Perform the conversion.
---
> * Create a new string object and string buffer
638,646c641
< StringLength--;
< if (StringLength > ACPI_MAX_STRING_CONVERSION) /* ACPI limit */
< {
< return_ACPI_STATUS (AE_AML_STRING_LIMIT);
< }
<
< /* Create a new string object and string buffer */
<
< ReturnDesc = AcpiUtCreateStringObject ((ACPI_SIZE) StringLength);
---
> ReturnDesc = AcpiUtCreateStringObject ((ACPI_SIZE) (StringLength - 1));
708c703
< ACPI_FUNCTION_TRACE ("ExConvertToTargetType");
---
> ACPI_FUNCTION_TRACE (ExConvertToTargetType);
785c780
< ACPI_REPORT_ERROR (("Bad destination type during conversion: %X\n",
---
> ACPI_ERROR ((AE_INFO, "Bad destination type during conversion: %X",
801,802c796,797
< ACPI_DEBUG_PRINT ((ACPI_DB_ERROR,
< "Unknown Target type ID 0x%X Op %s DestType %s\n",
---
> ACPI_ERROR ((AE_INFO,
> "Unknown Target type ID 0x%X AmlOpcode %X DestType %s",
804,807c799
< WalkState->OpInfo->Name, AcpiUtGetTypeName (DestinationType)));
<
< ACPI_REPORT_ERROR (("Bad Target Type (ARGI): %X\n",
< GET_CURRENT_ARG_TYPE (WalkState->OpInfo->RuntimeArgs)))
---
> WalkState->Opcode, AcpiUtGetTypeName (DestinationType)));