diff options
author | Tomonori Sakita <[email protected]> | 2019-01-25 11:02:22 +0900 |
---|---|---|
committer | David S. Miller <[email protected]> | 2019-01-27 10:39:07 -0800 |
commit | 6571ebce112a21ec9be68ef2f53b96fcd41fd81b (patch) | |
tree | 8347f592ace98ab4338dd84538c8acf049ddc206 /tools/perf/scripts/python/bin/export-to-sqlite-report | |
parent | 63346650c1a94a92be61a57416ac88c0a47c4327 (diff) |
net: altera_tse: fix msgdma_tx_completion on non-zero fill_level case
If fill_level was not zero and status was not BUSY,
result of "tx_prod - tx_cons - inuse" might be zero.
Subtracting 1 unconditionally results invalid negative return value
on this case.
Make sure not to return an negative value.
Signed-off-by: Tomonori Sakita <[email protected]>
Signed-off-by: Atsushi Nemoto <[email protected]>
Reviewed-by: Dalon L Westergreen <[email protected]>
Acked-by: Thor Thayer <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-sqlite-report')
0 files changed, 0 insertions, 0 deletions