Skip to content

v3dv: Fix assert using assign instead of compare.

Vinson Lee requested to merge vlee/mesa:fix-cid-1468116 into master

Fix defect reported by Coverity Scan.

Assign instead of compare (PW.ASSIGN_WHERE_COMPARE_MEANT) assign_where_compare_meant: use of "=" where "==" may have been intended

Fixes: ca86c7c6 ("v3dv: assert command buffers are executable when submitting to a queue") Signed-off-by: Vinson Lee vlee@freedesktop.org

cc: @itoral

Merge request reports