diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2017-08-31 07:35:10 -0400 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2017-09-04 23:33:21 -0400 |
commit | 574897dc14736ea0d57b3c70ec42d82c6e55152f (patch) | |
tree | 9e8c99c5298a539f78878940483f35481a36b8d8 /tools/perf/scripts/python/export-to-sqlite.py | |
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>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions