On Mon, Dec 04, 2023 at 10:35:01AM +0100, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> > > Use the new gpiochip_dup_line_label() helper to safely retrieve the > descriptor label. ... > for (i = 0; i < chip->ngpio; i++) { > int gpio = i + chip->base; > int reg; > - const char *label, *pull, *powerdomain; > + const char *pull, *powerdomain; Make it reversed xmas tree? -- With Best Regards, Andy Shevchenko