diff options
author | Thorsten Blum <thorsten.blum@toblux.com> | 2024-07-11 00:00:35 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2024-08-28 18:28:48 +0300 |
commit | b290af0500f09577ad40b9f716d551fd65ceff25 (patch) | |
tree | cf2007dea844956f22a6bd425e049e89da3dee42 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | f790b5c09665cab0d51dfcc84832d79d2b1e6c0e (diff) | |
download | linux-b290af0500f09577ad40b9f716d551fd65ceff25.tar.xz |
drm/tegra: hub: Use fn parameter directly to fix Coccinelle warning
The function parameter out can be used directly instead of assigning it
to a temporary u64 variable first.
Remove the local variable tmp2 and use the parameter out directly as the
divisor in do_div() to remove the following Coccinelle/coccicheck
warning reported by do_div.cocci:
WARNING: do_div() does a 64-by-32 division, please consider using div64_u64 instead
Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240710210034.796032-2-thorsten.blum@toblux.com
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions