summaryrefslogtreecommitdiff
path: root/drivers/char
diff options
context:
space:
mode:
authorGustavo A. R. Silva <gustavo@embeddedor.com>2018-02-07 19:17:29 +0300
committerDavid S. Miller <davem@davemloft.net>2018-02-08 23:05:16 +0300
commit583133b35ecaea84590e92e2732d1a472747ca7d (patch)
tree2f9ec72915048e04e8cc6ee0bfa3e423b3025635 /drivers/char
parent4ff66cae7f10b65b028dc3bdaaad9cc2989ef6ae (diff)
downloadlinux-583133b35ecaea84590e92e2732d1a472747ca7d.tar.xz
atm: he: use 64-bit arithmetic instead of 32-bit
Add suffix ULL to constants 272, 204, 136 and 68 in order to give the compiler complete information about the proper arithmetic to use. Notice that these constants are used in contexts that expect expressions of type unsigned long long (64 bits, unsigned). The following expressions are currently being evaluated using 32-bit arithmetic: 272 * mult 204 * mult 136 * mult 68 * mult Addresses-Coverity-ID: 201058 Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/char')
0 files changed, 0 insertions, 0 deletions