panfrost: Remove extra printf arguments.
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