]> Git Repo - linux.git/blobdiff - drivers/gpu/drm/lima/lima_ctx.c
i2c: Fix conditional for substituting empty ACPI functions
[linux.git] / drivers / gpu / drm / lima / lima_ctx.c
index 8389f2d7d021fb69ee75acd070883e7edad8498d..0e668fc1e0f9e7823cc406346662e56013ff6bfc 100644 (file)
@@ -19,7 +19,7 @@ int lima_ctx_create(struct lima_device *dev, struct lima_ctx_mgr *mgr, u32 *id)
        kref_init(&ctx->refcnt);
 
        for (i = 0; i < lima_pipe_num; i++) {
-               err = lima_sched_context_init(dev->pipe + i, ctx->context + i, &ctx->guilty);
+               err = lima_sched_context_init(dev->pipe + i, ctx->context + i);
                if (err)
                        goto err_out0;
        }
This page took 0.032338 seconds and 4 git commands to generate.