commit | 574897dc14736ea0d57b3c70ec42d82c6e55152f | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Thu Aug 31 13:35:10 2017 +0200 |
committer | Vinod Koul <vinod.koul@intel.com> | Tue Sep 05 09:03:21 2017 +0530 |
tree | 9e8c99c5298a539f78878940483f35481a36b8d8 | |
parent | a2f6721b42bd503e2cced065f7dfbe8e79d59a09 [diff] |
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>