commit | 05dec742bd20e8284e57559d53d38cffc2054fee | [log] [tgz] |
---|---|---|
author | Marek BehĂșn <marek.behun@nic.cz> | Fri Sep 18 00:32:55 2020 +0200 |
committer | Pavel Machek <pavel@ucw.cz> | Sat Sep 26 21:56:39 2020 +0200 |
tree | 21182ecd36d75c20e9a4b80be28328e6ef07bdf6 | |
parent | 8853c95e997e0a3621bd8718bdaded81ed37bc9a [diff] |
leds: lt3593: do not rewrite .of_node of new LED device to wrong value The devm_led_classdev_register_ext is given init_data with fwnode set, so the LED core sets .of_node of the new LED classdev correctly. Do not rewrite this value to parent of_node. Signed-off-by: Marek BehĂșn <marek.behun@nic.cz> Cc: Daniel Mack <daniel@caiaq.de> Signed-off-by: Pavel Machek <pavel@ucw.cz>