vserver 1.9.5.x5
[linux-2.6.git] / drivers / acpi / executer / exoparg3.c
index 7f6253c..29d0b16 100644 (file)
@@ -6,7 +6,7 @@
  *****************************************************************************/
 
 /*
- * Copyright (C) 2000 - 2004, R. Byron Moore
+ * Copyright (C) 2000 - 2005, R. Byron Moore
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -218,6 +218,10 @@ acpi_ex_opcode_3A_1T_1R (
                        return_desc->string.pointer = buffer;
                        return_desc->string.length = (u32) length;
                }
+
+               /* Mark buffer initialized */
+
+               return_desc->buffer.flags |= AOPOBJ_DATA_VALID;
                break;