aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorRicardo Ribalda <[email protected]>2024-04-29 16:04:47 +0100
committerMauro Carvalho Chehab <[email protected]>2024-05-03 11:08:08 +0100
commite9a844632630e18ed0671a7e3467431bd719952e (patch)
tree54ad09d684392cd67852812469180f1ddb0b6b9d /tools/perf/scripts/python/export-to-postgresql.py
parentcfffeef587e3227ecc2b31de90d6a13d8fa54150 (diff)
media: dvb-frontends: tda18271c2dd: Remove casting during div
do_div() divides 64 bits by 32. We were adding a casting to the divider to 64 bits, for a number that fits perfectly in 32 bits. Remove it. Found by cocci: drivers/media/dvb-frontends/tda18271c2dd.c:355:1-7: WARNING: do_div() does a 64-by-32 division, please consider using div64_u64 instead. drivers/media/dvb-frontends/tda18271c2dd.c:331:1-7: WARNING: do_div() does a 64-by-32 division, please consider using div64_u64 instead. Link: https://lore.kernel.org/linux-media/[email protected] Signed-off-by: Ricardo Ribalda <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions