Skip to content

broadcom/qpu: Remove duplicate variable opcode

Vinson Lee requested to merge vlee/mesa:fix-cid-1547219 into main

What does this MR do and why?

broadcom/qpu: Remove duplicate variable opcode

Fix defect reported by Coverity Scan.

Evaluation order violation (EVALUATION_ORDER) write_write_typo: In opcode = opcode = desc->opcode_first, opcode is written twice with the same value.

Fixes: 3b20208f ("broadcom/qpu: add pack/unpack support for v71") Signed-off-by: Vinson Lee vlee@freedesktop.org

Merge request reports