Merge branches 'bugzilla-12461' and 'bugzilla-9998' into release
[linux-2.6] / drivers / acpi / acpica / dsmthdat.c
index da0f546..22b1a3c 100644 (file)
@@ -713,6 +713,6 @@ acpi_ds_method_data_get_type(u16 opcode,
 
        /* Get the object type */
 
-       return_VALUE(ACPI_GET_OBJECT_TYPE(object));
+       return_VALUE(object->type);
 }
 #endif