summaryrefslogtreecommitdiffstats
path: root/include/uapi
diff options
context:
space:
mode:
authorGustavo A. R. Silva <gustavo@embeddedor.com>2018-02-06 11:53:44 -0500
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2018-02-26 08:10:27 -0500
commitfc49d3d7dc26a43f8d3b1874c7ddb975a49e8a8c (patch)
tree2b4c9753643c8cdbbc6786eb0b9ccd1240492962 /include/uapi
parenteb64311ffc693e6e7b646a9b53631194f79b77c3 (diff)
downloadcachepc-linux-fc49d3d7dc26a43f8d3b1874c7ddb975a49e8a8c.tar.gz
cachepc-linux-fc49d3d7dc26a43f8d3b1874c7ddb975a49e8a8c.zip
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 <gustavo@embeddedor.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'include/uapi')
0 files changed, 0 insertions, 0 deletions