aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-sql.py
diff options
context:
space:
mode:
authorGustavo A. R. Silva <[email protected]>2018-02-06 11:53:44 -0500
committerMauro Carvalho Chehab <[email protected]>2018-02-26 08:10:27 -0500
commitfc49d3d7dc26a43f8d3b1874c7ddb975a49e8a8c (patch)
tree2b4c9753643c8cdbbc6786eb0b9ccd1240492962 /tools/perf/scripts/python/call-graph-from-sql.py
parenteb64311ffc693e6e7b646a9b53631194f79b77c3 (diff)
media: platform: vivid-cec: use 64-bit arithmetic instead of 32-bit
Add suffix ULL to constant 10 in order to give the compiler complete information about the proper arithmetic to use. Notice that this constant is used in a context that expects an expression of type u64 (64 bits, unsigned). The expression len * 10 * CEC_TIM_DATA_BIT_TOTAL is currently being evaluated using 32-bit arithmetic. Also, remove unnecessary parentheses and add a code comment to make it clear what is the reason of the code change. Addresses-Coverity-ID: 1454996 ("Unintentional integer overflow") Signed-off-by: Gustavo A. R. Silva <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions