On Thu, Oct 18, 2018 at 2:14 AM Liviu Dudau <[email protected]> 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 <[email protected]>
> Cc: Jacek Anaszewski <[email protected]>
> Signed-off-by: Liviu Dudau <[email protected]>

Ooops
Reviewed-by: Linus Walleij <[email protected]>

Yours,
Linus Walleij

Reply via email to