Commit 6212264b authored by Sven Schuchmann's avatar Sven Schuchmann Committed by Pavel Machek

leds: lp50xx: remove unused variable

During code review this unused variable was found. Remove it.
Signed-off-by: default avatarSven Schuchmann <schuchmann@schleissheimer.de>
Signed-off-by: default avatarPavel Machek <pavel@ucw.cz>
parent 8018708d
......@@ -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;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment