dmaengine: at_xdmac: fix debug string
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Wed, 29 Jun 2016 17:44:51 +0000 (19:44 +0200)
committerVinod Koul <vinod.koul@intel.com>
Thu, 30 Jun 2016 03:22:17 +0000 (08:52 +0530)
commit3935e08768ff777da6496521b1fc36f72823672c
tree16345bc5562848f3e4586fd880169ef0f72c0168
parentaef94fea97eb77f86159375825a370b45d9f2fec
dmaengine: at_xdmac: fix debug string

mbr_ds is an integer, don't use %pad to print it.

Fixes: commit 268914f4e7a0 ("dmaengine: at_xdmac: use %pad format string for dma_addr_t")
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/at_xdmac.c