On Thu, Oct 18, 2018 at 2:14 AM Liviu Dudau <liviu@xxxxxxxxxxx> wrote: > Commit 45d4c6de4e49 ("leds: gpio: Try to lookup gpiod from device") > removed the common code path that set the led_dat->gpiod pointer in > create_gpio_led(), but only added it back for the devices that have > a valid gpio_led_platform_data structure. Calling gpio_leds_create() > in gpio_led_probe() is not enough to get a valid gpiod pointer. > > Fortunately enough, gpio_leds_create() already gets the needed pointer, > we just need to assign it to the relevant gpio_led_data structure. > > Fixes: 45d4c6de4e49 ("leds: gpio: Try to lookup gpiod from device") > Cc: Linus Walleij <linus.walleij@xxxxxxxxxx> > Cc: Jacek Anaszewski <jacek.anaszewski@xxxxxxxxx> > Signed-off-by: Liviu Dudau <liviu@xxxxxxxxxxx> Ooops Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx> Yours, Linus Walleij