Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'leds-fixes-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/leds

Pull LED fix from Lee Jones:
"Just the one bug-fix:

- Fix regression affecting LED_COLOR_ID_MULTI users"

* tag 'leds-fixes-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/leds:
leds: Drop BUG_ON check for LED_COLOR_ID_MULTI

-4
-4
drivers/leds/led-core.c
··· 479 479 480 480 led_parse_fwnode_props(dev, fwnode, &props); 481 481 482 - /* We want to label LEDs that can produce full range of colors 483 - * as RGB, not multicolor */ 484 - BUG_ON(props.color == LED_COLOR_ID_MULTI); 485 - 486 482 if (props.label) { 487 483 /* 488 484 * If init_data.devicename is NULL, then it indicates that