dmaengine: stm32: use %p format specfier for pointer
authorVinod Koul <vinod.koul@intel.com>
Sun, 8 Oct 2017 14:58:15 +0000 (20:28 +0530)
committerVinod Koul <vinod.koul@intel.com>
Sun, 8 Oct 2017 14:58:15 +0000 (20:28 +0530)
commit38502f232eafa3d3a1072ead3678090e11bdbecb
treef5e5a4006cf9ca77d2be9c44318d304b48b3270b
parent4219ff33b26dbaa08c728ee4ad1a3a5aae300e1a
dmaengine: stm32: use %p format specfier for pointer

Pointer print was using explict cast and printing as %x which causes below
warn on some arch's so print using %p format specfier.

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/stm32-mdma.c