diff options
| author | Gustavo A. R. Silva <gustavo@embeddedor.com> | 2018-02-06 11:46:59 -0500 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2018-02-26 08:07:13 -0500 |
| commit | 1ae207fa7b70e7bd3bc0f3e5e3704edf55e45b68 (patch) | |
| tree | 72801c43c1ba13ec3a86f470d72ed7193d64bde4 /include/uapi/linux | |
| parent | d13a0139d7874a0577b5955d6eed895517d23b72 (diff) | |
| download | cachepc-linux-1ae207fa7b70e7bd3bc0f3e5e3704edf55e45b68.tar.gz cachepc-linux-1ae207fa7b70e7bd3bc0f3e5e3704edf55e45b68.zip | |
media: rtl2832: use 64-bit arithmetic instead of 32-bit in rtl2832_set_frontend
Add suffix ULL to constant 7 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 dev->pdata->clk * 7 is currently being evaluated
using 32-bit arithmetic.
Addresses-Coverity-ID: 1271223 ("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/linux')
0 files changed, 0 insertions, 0 deletions
