bus/fslmc: fix ppc build
authorHemant Agrawal <hemant.agrawal@nxp.com>
Mon, 22 Jul 2019 10:03:22 +0000 (15:33 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 22 Jul 2019 14:12:20 +0000 (16:12 +0200)
commit829d5116f9d1a347ab768efded09feb07a032313
tree8d0c0680f2a6e74c53fb0bdfec7cf89e3a23dce7
parent85dff43f586cfeec8e346bb901f70e71f5807287
bus/fslmc: fix ppc build

fslmc_vfio.c:387:36: note: format string is defined here
DPAA2_BUS_DEBUG("VFIO dmamap 0x%llx:0x%llx, size 0x%llx\n",

format ‘%llx’ expects argument of type ‘long long unsigned int’
argument 6 has type ‘__u64 {aka long unsigned int}’

Fixes: 2b5fa25708cf ("mempool/dpaa2: map external memory with VFIO")

Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
drivers/bus/fslmc/fslmc_vfio.c