PR# port-i386/40676: ACPI Exception AE_AML_NO_OPERAND when booting on VAIO P

Fix to allow zero-length ASL field declarations:

  http://bugzilla.kernel.org/show_bug.cgi?id=10606
This commit is contained in:
jmcneill 2009-02-17 23:34:19 +00:00
parent 41a1bce5b4
commit 72d5239ba1
1 changed files with 1 additions and 6 deletions

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: dsfield - Dispatcher field routines
* $Revision: 1.4 $
* $Revision: 1.5 $
*
*****************************************************************************/
@ -561,11 +561,6 @@ AcpiDsInitFieldObjects (
return_ACPI_STATUS (AE_BAD_PARAMETER);
}
if (!Arg)
{
return_ACPI_STATUS (AE_AML_NO_OPERAND);
}
/* Creating new namespace node(s), should not already exist */
Flags = ACPI_NS_NO_UPSEARCH | ACPI_NS_DONT_OPEN_SCOPE |