diff options
author | Thorsten Blum <[email protected]> | 2024-07-10 03:05:21 +0200 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2024-07-10 00:20:52 -0600 |
commit | f7c696a56cc7d70515774a24057b473757ec6089 (patch) | |
tree | ed806587ba7d60223920ca12909ab27d73902297 /tools/perf/scripts/python/parallel-perf.py | |
parent | 93d8032f4143c8d2ac3e10c6504385c26acc511f (diff) |
io_uring/napi: Remove unnecessary s64 cast
Since the do_div() macro casts the divisor to u32 anyway, remove the
unnecessary s64 cast and fix the following Coccinelle/coccicheck
warning reported by do_div.cocci:
WARNING: do_div() does a 64-by-32 division, please consider using div64_s64 instead
Signed-off-by: Thorsten Blum <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions