]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/acpi/ec.c
Merge branches 'bugzilla-14446', 'bugzilla-14753' and 'bugzilla-14824' into release
[net-next-2.6.git] / drivers / acpi / ec.c
index 7511029a1e0b52e39fbd1cf7816aee712b07b6ec..fd1801bdee66de41bffe16aec7afc07f4db171d5 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;