drm/i915/uc: Don't fail on HuC firmware failure
[linux-2.6-microblaze.git] / fs / fscache / object-list.c
index 67b7bda..72ebfe5 100644 (file)
@@ -317,7 +317,7 @@ static void fscache_objlist_config(struct fscache_objlist_data *data)
        const char *buf;
        int len;
 
-       key = request_key(&key_type_user, "fscache:objlist", NULL, NULL);
+       key = request_key(&key_type_user, "fscache:objlist", NULL);
        if (IS_ERR(key))
                goto no_config;