leds: lp50xx: remove unused variable

During code review this unused variable was found. Remove it.

Signed-off-by: Sven Schuchmann <schuchmann@schleissheimer.de>
Signed-off-by: Pavel Machek <pavel@ucw.cz>
This commit is contained in:
Sven Schuchmann 2021-11-26 16:28:46 +01:00 committed by Pavel Machek
parent 8018708d2d
commit 6212264be7

View File

@ -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;
};