Re: [PATCH] atm: he: use 64-bit arithmetic instead of 32-bit

2018-02-08 Thread David Miller
From: "Gustavo A. R. Silva" Date: Wed, 7 Feb 2018 10:17:29 -0600 > 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 unsigne

[PATCH] atm: he: use 64-bit arithmetic instead of 32-bit

2018-02-07 Thread Gustavo A. R. Silva
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 b