WSL2-Linux-Kernel/drivers/atm
Gustavo A. R. Silva 583133b35e 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>
2018-02-08 15:05:16 -05:00
..
.gitignore
Kconfig
Makefile
adummy.c
ambassador.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2017-11-29 13:10:25 -08:00
ambassador.h
atmtcp.c
eni.c atm: eni: fix several indentation issues 2017-11-30 09:26:32 -05:00
eni.h
firestream.c treewide: setup_timer() -> timer_setup() 2017-11-21 15:57:07 -08:00
firestream.h
fore200e.c atm: fore200e: use %pK to format kernel addresses instead of %x 2017-11-28 16:00:55 -05:00
fore200e.h
he.c atm: he: use 64-bit arithmetic instead of 32-bit 2018-02-08 15:05:16 -05:00
he.h
horizon.c treewide: setup_timer() -> timer_setup() 2017-11-21 15:57:07 -08:00
horizon.h
idt77105.c treewide: Switch DEFINE_TIMER callbacks to struct timer_list * 2017-11-21 15:57:05 -08:00
idt77105.h
idt77252.c treewide: setup_timer() -> timer_setup() 2017-11-21 15:57:07 -08:00
idt77252.h
idt77252_tables.h
iphase.c treewide: Switch DEFINE_TIMER callbacks to struct timer_list * 2017-11-21 15:57:05 -08:00
iphase.h
lanai.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2017-11-29 13:10:25 -08:00
midway.h
nicstar.c treewide: setup_timer() -> timer_setup() 2017-11-21 15:57:07 -08:00
nicstar.h
nicstarmac.c
nicstarmac.copyright
solos-attrlist.c
solos-pci.c
suni.c atm: suni: remove extraneous space to fix indentation 2017-11-28 16:03:09 -05:00
suni.h
tonga.h
uPD98401.h
uPD98402.c
uPD98402.h
zatm.c
zatm.h
zeprom.h