./arch/arm/include/asm/div64.h:24:45: note: expected "uint64_t *"
{aka "long long unsigned int *"} but argument is of type
"long unsigned int *"
24 | static inline uint32_t __div64_32(uint64_t *n, uint32_t base)
static inline bool
has_logged_during_this_minute(const struct peer *peer)
{
- unsigned long x, y;
+ uint64_t x, y;
if (peer == NULL)
return 0;
x = ktime_get_seconds();
unsigned int hexa_size;
int ret;
bool fret = false;
- unsigned long x;
+ uint64_t x;
unsigned int epoch_min;
if (payload_len == 0)