driver:gpu: remove the condition check of fences

run gl-marke-es2-wayland will trigger warning, to fix up it,
we remove fences check
This commit is contained in:
Justin Hammond 2023-09-05 00:45:43 +08:00
parent c4a00a00e7
commit 019fe5ce49

View file

@ -288,7 +288,7 @@ pvr_buffer_sync_check_fences_create(struct pvr_fence_context *fence_ctx,
}
}
WARN_ON((i != nr_pmrs) || (data->nr_fences != fence_count));
WARN_ON((i != nr_pmrs));
return data;