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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
};