]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit561a7d1ad0562503274c42b73a6768dac7957c0d
treef5e5a4006cf9ca77d2be9c44318d304b48b3270b
parent545aa18c84ea973915a4e5cee49856e3703042e0
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