commit | 38502f232eafa3d3a1072ead3678090e11bdbecb | [log] [tgz] |
---|---|---|
author | Vinod Koul <vinod.koul@intel.com> | Sun Oct 08 20:28:15 2017 +0530 |
committer | Vinod Koul <vinod.koul@intel.com> | Sun Oct 08 20:28:15 2017 +0530 |
tree | f5e5a4006cf9ca77d2be9c44318d304b48b3270b | |
parent | 4219ff33b26dbaa08c728ee4ad1a3a5aae300e1a [diff] |
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>