Merge branches 'bugzilla-14446', 'bugzilla-14753' and 'bugzilla-14824' into release
[safe/jmp/linux-2.6] / drivers / acpi / ec.c
index 7511029..fd1801b 100644 (file)
@@ -820,7 +820,7 @@ static int acpi_ec_add(struct acpi_device *device)
 
        /* Find and register all query methods */
        acpi_walk_namespace(ACPI_TYPE_METHOD, ec->handle, 1,
-                           acpi_ec_register_query_methods, ec, NULL);
+                           acpi_ec_register_query_methods, NULL, ec, NULL);
 
        if (!first_ec)
                first_ec = ec;