On Sat, May 27, 2017 at 8:29 PM, Andy Shevchenko <andy.shevchenko@xxxxxxxxx> wrote: > On Thu, May 25, 2017 at 11:33 AM, Bartosz Golaszewski <brgl@xxxxxxxx> wrote: >> Currently we ignore the last odd range value, since each chip is >> described by two values. Be more strict and require the user to >> pass an even number of ranges. > >> - if (gpio_mockup_params_nr < 2) >> + if (gpio_mockup_params_nr < 2 || (gpio_mockup_params_nr % 2)) > > if (((gpio_mockup_params_nr + 1) & ~3) < 3) > > 3 might have a suffix regarding to the type of variable. Oh, ignore that, sorry, for a noise. -- With Best Regards, Andy Shevchenko -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html