diff options
author | Lars-Peter Clausen <[email protected]> | 2017-08-31 13:35:10 +0200 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2017-09-05 09:03:21 +0530 |
commit | 574897dc14736ea0d57b3c70ec42d82c6e55152f (patch) | |
tree | 9e8c99c5298a539f78878940483f35481a36b8d8 /tools/perf/scripts/python/export-to-postgresql.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 <[email protected]>
Acked-by: Kedareswara rao Appana <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions