Dispatcher: Remove unnecessary call to debugger

This call was simply wrong, and resulted in a -1 index into
the operand stack. Linux kernel bugzilla #120351
This commit is contained in:
Robert Moore 2017-04-04 09:20:50 -07:00
parent 9bf3d95950
commit eaa455accf

View File

@ -791,12 +791,6 @@ AcpiDsCreateOperand (
if ((OpInfo->Flags & AML_HAS_RETVAL) ||
(Arg->Common.Flags & ACPI_PARSEOP_IN_STACK))
{
ACPI_DEBUG_PRINT ((ACPI_DB_DISPATCH,
"Argument previously created, already stacked\n"));
AcpiDbDisplayArgumentObject (
WalkState->Operands [WalkState->NumOperands - 1], WalkState);
/*
* Use value that was already previously returned
* by the evaluation of this argument