summaryrefslogtreecommitdiff
path: root/drivers/leds/leds-max77705.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/leds/leds-max77705.c')
-rw-r--r--drivers/leds/leds-max77705.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/leds-max77705.c b/drivers/leds/leds-max77705.c
index b7403b3fcf5e..1e2054c1bf80 100644
--- a/drivers/leds/leds-max77705.c
+++ b/drivers/leds/leds-max77705.c
@@ -191,7 +191,7 @@ static int max77705_add_led(struct device *dev, struct regmap *regmap, struct fw
cdev->brightness_set_blocking = max77705_led_brightness_set_multi;
cdev->blink_set = max77705_rgb_blink;
- fwnode_for_each_available_child_node(np, child) {
+ fwnode_for_each_child_node(np, child) {
ret = max77705_parse_subled(dev, child, &info[i]);
if (ret < 0)
return ret;