[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211126152847.11740-1-schuchmann@schleissheimer.de>
Date: Fri, 26 Nov 2021 16:28:46 +0100
From: Sven Schuchmann <schuchmann@...leissheimer.de>
To: unlisted-recipients:; (no To-header on input)
Cc: Sven Schuchmann <schuchmann@...leissheimer.de>,
Pavel Machek <pavel@....cz>, linux-leds@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] leds: lp50xx: remove unused variable
During code review this unused variable was found. Remove it.
Signed-off-by: Sven Schuchmann <schuchmann@...leissheimer.de>
---
drivers/leds/leds-lp50xx.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/leds/leds-lp50xx.c b/drivers/leds/leds-lp50xx.c
index 401df1e2e05d..50b195ff96ca 100644
--- a/drivers/leds/leds-lp50xx.c
+++ b/drivers/leds/leds-lp50xx.c
@@ -266,7 +266,6 @@ struct lp50xx_led {
struct led_classdev_mc mc_cdev;
struct lp50xx *priv;
unsigned long bank_modules;
- int led_intensity[LP50XX_LEDS_PER_MODULE];
u8 ctrl_bank_enabled;
int led_number;
};
--
2.17.1
Powered by blists - more mailing lists