Corrects log print to produce hexadecimal base output
authorChristopher Snowhill <kode54@gmail.com>
Sat, 6 May 2023 04:45:45 +0000 (21:45 -0700)
committerMarge Bot <emma+marge@anholt.net>
Sun, 7 May 2023 21:33:18 +0000 (21:33 +0000)
commita6d4139e59bf0aab66f09b321d1690d28c50a67f
tree572a759efece34d2c5ece8fb35be762b40e86d22
parentfb13360546ec14353db7cd1023e9103381d7826c
Corrects log print to produce hexadecimal base output

Matching the original %016lx, and the "0x" prefix which is still
in the format string.

Fixes: 53b77a8102cd ("anv: remove 48bit address space checks")

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22882>
src/intel/vulkan/anv_device.c