diff options
author | Andy Shevchenko <[email protected]> | 2020-04-24 19:11:45 +0300 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2020-04-27 21:47:52 +0530 |
commit | 35c5fc028511c743db5313f0ef8cac35141706e9 (patch) | |
tree | 6d9a00e092ca35265efc2981c3fa31f325d3a58c /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py | |
parent | 85f78cec8494ec595ac73181bd5d8fc6d797f592 (diff) |
dmaengine: dmatest: Allow negative timeout value to specify infinite wait
The dmatest module parameter 'timeout' is documented as accepting a -1 to mean
"infinite timeout". However, an infinite timeout is not advised, nor possible
since the module parameter is an unsigned int, which won't accept a negative
value. Change the parameter type to be signed integer.
Cc: Gary Hook <[email protected]>
Signed-off-by: Andy Shevchenko <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py')
0 files changed, 0 insertions, 0 deletions