On Fri, Oct 6, 2023 at 7:05 PM Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxxxxx> wrote: > > From: George Stark <gnstark@xxxxxxxxxxxxxxxxx> > > Get rid of device tree property "awinic,display-rows" and calculate it > in driver using led definition nodes. display-row actually means number > of current switches and depends on how leds are connected to the device. So, how do we know that there will be no regressions on the systems where this property is used in production? ... > + if (max_source < source) > + max_source = source; max() (will need minmax.h)? -- With Best Regards, Andy Shevchenko