pan/decode: Use correct printf modifier for long int
authorTomeu Vizoso <tomeu.vizoso@collabora.com>
Mon, 27 Apr 2020 14:10:16 +0000 (16:10 +0200)
committerTomeu Vizoso <tomeu.vizoso@collabora.com>
Thu, 30 Apr 2020 14:27:46 +0000 (16:27 +0200)
commit0edc29020b2830497f31b06898ca26715ecfd001
tree3d9c356fe2cc32d9b57da7b59c8997fec4dc758c
parent03963febeffadefc4f47adaf0bbd3618d5692b25
pan/decode: Use correct printf modifier for long int

As reported by Coverity:
>>>     CID 1462605:  API usage errors  (PRINTF_ARGS)
>>>     Argument "p->zero5" to format specifier "%x" was expected to have type "unsigned int" but has type "unsigned long".

Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4724>
src/panfrost/pandecode/decode.c