On Sun, Apr 21, 2019 at 1:48 PM Fuqian Huang <[email protected]> wrote:
>
> The pointer should be printed with %p or %px rather than
> cast to long long type and printed with %016llx.
> Change %x to %p to print the pointer.
>
> Signed-off-by: Fuqian Huang <[email protected]>

I would recommend to also use %pad for printing dma_addr_t if you do this.

      Arnd

Reply via email to