summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/leds/leds-max5970.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/leds/leds-max5970.c b/drivers/leds/leds-max5970.c
index 456a16a47450..7959d079ae94 100644
--- a/drivers/leds/leds-max5970.c
+++ b/drivers/leds/leds-max5970.c
@@ -45,7 +45,7 @@ static int max5970_led_probe(struct platform_device *pdev)
struct regmap *regmap;
struct device_node *led_node, *child;
struct max5970_led *ddata;
- int ret = -ENODEV, num_leds = 0;
+ int ret = -ENODEV;
regmap = dev_get_regmap(pdev->dev.parent, NULL);
if (!regmap)
@@ -89,7 +89,6 @@ static int max5970_led_probe(struct platform_device *pdev)
dev_err(dev, "Failed to initialize LED %u\n", reg);
return ret;
}
- num_leds++;
}
return ret;