Yep, that's even better, thanks for fixing it!Hi Zoltan,In fact since we don't need the u64 and newval->value is limited to
Thanks for fixing this, a few comments though:
bond->params.miimon can be 0 here that's why there's a check afterwards,
also please separate the local variable definitions from the body with a
new line.
The same applies for downdelay.
Nik
INT_MAX, can't we simply cast it to (int) and avoid the do_div entirely ?