Skip to content

Commit 6212264

Browse files
Schuchmannpavelmachek
authored andcommitted
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>
1 parent 8018708 commit 6212264

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/leds/leds-lp50xx.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ struct lp50xx_led {
266266
struct led_classdev_mc mc_cdev;
267267
struct lp50xx *priv;
268268
unsigned long bank_modules;
269-
int led_intensity[LP50XX_LEDS_PER_MODULE];
270269
u8 ctrl_bank_enabled;
271270
int led_number;
272271
};

0 commit comments

Comments
 (0)