Print this page
update to acpica-unix2-20140114
acpica-unix2-20130823
PANKOVs restructure

@@ -3,11 +3,11 @@
  * Module Name: dsmthdat - control method arguments and local variables
  *
  ******************************************************************************/
 
 /*
- * Copyright (C) 2000 - 2011, Intel Corp.
+ * Copyright (C) 2000 - 2014, Intel Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

@@ -313,10 +313,11 @@
 
         *Node = &WalkState->Arguments[Index];
         break;
 
     default:
+
         ACPI_ERROR ((AE_INFO, "Type %u is invalid", Type));
         return_ACPI_STATUS (AE_TYPE);
     }
 
     return_ACPI_STATUS (AE_OK);

@@ -470,11 +471,10 @@
                 Index, Node));
 
             return_ACPI_STATUS (AE_AML_UNINITIALIZED_ARG);
 
         case ACPI_REFCLASS_LOCAL:
-
             /*
              * No error message for this case, will be trapped again later to
              * detect and ignore cases of Store(LocalX,LocalX)
              */
             return_ACPI_STATUS (AE_AML_UNINITIALIZED_LOCAL);

@@ -766,7 +766,5 @@
     /* Get the object type */
 
     return_VALUE (Object->Type);
 }
 #endif
-
-