Hi Andy, On Mon, Mar 25, 2024 at 4:11 AM Andy Shevchenko <andy.shevchenko@xxxxxxxxx> wrote: > > On Sun, Mar 24, 2024 at 5:02 PM Kate Hsuan <hpa@xxxxxxxxxx> wrote: > > > > Add a charging_red_full_green LED trigger and the trigger is based on > > led_mc_trigger_event() which can set an RGB LED when the trigger is > > triggered. The LED will show red when the battery status is charging. > > The LED will show green when the battery status is full. > > > > Link: https://lore.kernel.org/linux-leds/f40a0b1a-ceac-e269-c2dd-0158c5b4a1ad@xxxxxxxxx/T/#t > > You can drop the 'T/#t' part. > > ... > > > + led_mc_trigger_event(psy->charging_red_full_green_trig, > > + intensity_green, > > + 3, > > ARRAY_SIZE() > > > + LED_FULL); > > ... > > > + led_mc_trigger_event(psy->charging_red_full_green_trig, > > + intensity_red, > > + 3, > > Ditto. > > > + LED_FULL); > > ... > > > + led_mc_trigger_event(psy->charging_red_full_green_trig, > > + intensity_red, > > + 3, > > Ditto. > > > + LED_OFF); > > -- > With Best Regards, > Andy Shevchenko > Thank you for reviewing it. I'll fix it in the v6 patch. -- BR, Kate