dmaengine: xilinx_dma: Fix error code format specifier
authorLars-Peter Clausen <lars@metafoo.de>
Thu, 31 Aug 2017 11:35:10 +0000 (13:35 +0200)
committerVinod Koul <vinod.koul@intel.com>
Tue, 5 Sep 2017 03:33:21 +0000 (09:03 +0530)
commit574897dc14736ea0d57b3c70ec42d82c6e55152f
tree9e8c99c5298a539f78878940483f35481a36b8d8
parenta2f6721b42bd503e2cced065f7dfbe8e79d59a09
dmaengine: xilinx_dma: Fix error code format specifier

'err' is a signed int and error codes are typically negative numbers, so
use '%d' instead of '%u' to format the error code in the error message.

Fixes: ba16db36b5dd ("dmaengine: vdma: Add clock support")
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Kedareswara rao Appana <appanad@xilinx.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/xilinx/xilinx_dma.c