leds: lp50xx: Remove unused field 'bank_modules' from 'struct lp50xx_led'
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 28 Apr 2024 17:15:24 +0000 (19:15 +0200)
committerLee Jones <lee@kernel.org>
Thu, 2 May 2024 17:10:28 +0000 (18:10 +0100)
commit221db0183bebbee146922b5816419bdc9b5425ff
tree02ce77d900bdd4c6f9f51e63408a0f0a1b3a2055
parent678ba7d25467c06850d0d2922108573ea7346a48
leds: lp50xx: Remove unused field 'bank_modules' from 'struct lp50xx_led'

In 'struct lp50xx_led', the 'bank_modules' field is unused. Remove it.

Found with cppcheck, unusedStructMember.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/bc2e5e57b93ca0a33bcc84e9bdc89f26fc8f6d57.1714324500.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/leds/leds-lp50xx.c