Skip to content

pan/bi: Fix typo.

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

Fix defect reported by Coverity Scan.

Same on both sides (CONSTANT_EXPRESSION_RESULT) pointless_expression: The expression src0_u8 || src0_u8 does not accomplish anything because it evaluates to either of its identical operands, src0_u8.

Fixes: 2ff53879 ("pan/bi: Use new packing") Signed-off-by: Vinson Lee vlee@freedesktop.org

cc: @alyssa

Merge request reports