OSDN Git Service

dmaengine: at_xdmac: fix debug string
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Wed, 29 Jun 2016 17:44:51 +0000 (19:44 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Oct 2016 13:23:45 +0000 (15:23 +0200)
commitf02dfdecec28169778bbd01a00f0f6196be39074
tree2531e7c9d77d52dba046a2bd142bec2c300bf378
parent07dc7252685d3368a5ef77da8f28a890ca8a621b
dmaengine: at_xdmac: fix debug string

commit 3935e08768ff777da6496521b1fc36f72823672c upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/dma/at_xdmac.c