Skip to content

panfrost: Remove extra printf arguments.

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

Fix defects reported by Coverity Scan.

Extra argument to printf format specifier (PRINTF_ARGS) extra_argument: This argument was not used by the format string: job + 32UL.

Fixes: 89fafe9e ("panfrost: XML-ify the fragment job descriptor") Fixes: d289209e ("panfrost: XML-ify the compute job descriptor") Signed-off-by: Vinson Lee vlee@freedesktop.org

cc: @alyssa @bbrezillon

Merge request reports