linux-stable/drivers/leds/blink
Andy Shevchenko 2702c9be20 leds: lgm-sso: Get rid of duplicate of_node assignment
GPIO library does copy the of_node from the parent device of
the GPIO chip, there is no need to repeat this in the individual
drivers. Remove assignment here.

For the details one may look into the of_gpio_dev_init() implementation.

Call graph:
   --> sso_gpio_gc_init()
     --> devm_gpiochip_add_data
       --> devm_gpiochip_add_data_with_key
         --> gpiochip_add_data_with_key()
           --> of_gpio_dev_init()

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Pavel Machek <pavel@ucw.cz>
2022-01-12 19:43:15 +01:00
..
Kconfig leds: LEDS_BLINK_LGM should depend on X86 2021-04-25 22:56:42 +02:00
leds-lgm-sso.c leds: lgm-sso: Get rid of duplicate of_node assignment 2022-01-12 19:43:15 +01:00
Makefile leds: lgm: Improve Kconfig help 2021-03-25 11:37:41 +01:00