From: Tvrtko Ursulin <tvrtko.ursu...@intel.com>

Use the previously added initialization helper to ensure correct operation
of the common code.

Signed-off-by: Tvrtko Ursulin <tvrtko.ursu...@intel.com>
Cc: Zack Rusin <za...@vmware.com>
---
 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 
b/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c
index 2a0cda324703..0306596765e5 100644
--- a/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c
+++ b/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c
@@ -200,7 +200,7 @@ static long vmw_fence_wait(struct dma_fence *f, bool intr, 
signed long timeout)
                goto out;
        }
 
-       cb.base.func = vmwgfx_wait_cb;
+       __dma_fence_cb_init(&cb.base, vmwgfx_wait_cb);
        cb.task = current;
        list_add(&cb.base.node, &f->cb_list);
 
-- 
2.37.2

Reply via email to