diff options
author | Colin Ian King <[email protected]> | 2021-02-10 20:00:07 +0000 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2021-02-10 13:28:41 -0700 |
commit | 4a245479c2312e6b51862c21af134d4191ab9cf7 (patch) | |
tree | 74ad87d15c790c0f0fb40d3c470662d2d781977b /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 34343786ecc5ff493ca4d1f873b4386759ba52ee (diff) |
io_uring: remove redundant initialization of variable ret
The variable ret is being initialized with a value that is never read
and it is being updated later with a new value. The initialization is
redundant and can be removed.
Addresses-Coverity: ("Unused value")
Fixes: b63534c41e20 ("io_uring: re-issue block requests that failed because of resources")
Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: Chaitanya Kulkarni <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions