Skip to content

anv: Corrects log print to produce hexadecimal base output

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

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

Merge request reports