aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorGustavo A. R. Silva <[email protected]>2018-02-06 11:47:09 -0500
committerMauro Carvalho Chehab <[email protected]>2018-02-26 08:07:38 -0500
commit91e0c0c1b05230d703395965d4bf298705819641 (patch)
tree8968b5dce4d73ee1fe36c82a9930e79148c2f333 /tools/perf/scripts/python
parent1ae207fa7b70e7bd3bc0f3e5e3704edf55e45b68 (diff)
media: dvb-frontends: ves1820: 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 fpxin = state->config->xin * 10 is currently being evaluated using 32-bit arithmetic. Addresses-Coverity-ID: 200604 ("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')
0 files changed, 0 insertions, 0 deletions