13/04/2018 07:04, Gowrishankar:
> - DPAA2_BUS_DEBUG("--> Map address: %llX, size: 0x%llX",
> + DPAA2_BUS_DEBUG("--> Map address: %"PRIu64", size: 0x%"PRIu64"",You cannot replace hexadecimal by decimal. You need to use PRIx64.
13/04/2018 07:04, Gowrishankar:
> - DPAA2_BUS_DEBUG("--> Map address: %llX, size: 0x%llX",
> + DPAA2_BUS_DEBUG("--> Map address: %"PRIu64", size: 0x%"PRIu64"",You cannot replace hexadecimal by decimal. You need to use PRIx64.