]> Gentwo Git Trees - linux/.git/commit
leds: leds-lp50xx: Allow LED 0 to be added to module bank
authorChristian Hitz <christian.hitz@bbv.ch>
Wed, 8 Oct 2025 12:32:21 +0000 (14:32 +0200)
committerLee Jones <lee@kernel.org>
Thu, 23 Oct 2025 13:12:36 +0000 (14:12 +0100)
commit26fe74d598c32e7bc6f150edfc4aa43e1bee55db
tree4f3f4ef6f8254e1a6a63a9d5f15513e61b83d77d
parent7afd5335d6fffa21dddd6a80859dd038988422e7
leds: leds-lp50xx: Allow LED 0 to be added to module bank

led_banks contains LED module number(s) that should be grouped into the
module bank. led_banks is 0-initialized.
By checking the led_banks entries for 0, un-set entries are detected.
But a 0-entry also indicates that LED module 0 should be grouped into the
module bank.

By only iterating over the available entries no check for unused entries
is required and LED module 0 can be added to bank.

Cc: stable@vger.kernel.org
Fixes: 242b81170fb8 ("leds: lp50xx: Add the LP50XX family of the RGB LED driver")
Signed-off-by: Christian Hitz <christian.hitz@bbv.ch>
Reviewed-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
Link: https://patch.msgid.link/20251008123222.1117331-1-christian@klarinett.li
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/leds/leds-lp50xx.c