On Thu, Feb 24, 2022 at 11:25 PM Nathan Chancellor <nathan@xxxxxxxxxx> wrote: ... > drivers/iio/accel/adxl367.c:879:14: note: initialize the variable 'handled' to silence this warning > bool handled; > ^ > = 0 Bad advice (at minimum it should be false, but in general it might hide a real issue) > 1 error generated. -- With Best Regards, Andy Shevchenko