Merge drm/drm-next into drm-intel-next-queued
[platform/kernel/linux-starfive.git] / drivers / gpu / drm / i915 / gt / intel_engine_pm.c
index c1dd0cd..889eb37 100644 (file)
@@ -183,7 +183,7 @@ static void call_idle_barriers(struct intel_engine_cs *engine)
                        container_of((struct list_head *)node,
                                     typeof(*cb), node);
 
-               cb->func(NULL, cb);
+               cb->func(ERR_PTR(-EAGAIN), cb);
        }
 }