Re: [PATCH 2/2] leds: trigger/tty: Use led_set_brightness_sync() from workqueue

From: Greg Kroah-Hartman
Date: Fri Feb 19 2021 - 05:42:39 EST


On Fri, Feb 19, 2021 at 10:52:54AM +0100, Uwe Kleine-König wrote:
> On Fri, Feb 19, 2021 at 10:46:32AM +0100, Pavel Machek wrote:
> > On Fri 2021-02-19 09:29:55, Uwe Kleine-König wrote:
> > > led_set_brightness() involves scheduling a workqueue. As here the led's
> > > brightness setting is done in context of the trigger's workqueue this is
> > > unjustified overhead and it's more sensible to use
> > > led_set_brightness_sync().
> >
> > Acked-by: Pavel Machek <pavel@xxxxxx>
>
> Who is expected to pick these two up? I assume Greg as the commit that
> is fixed here is only in his try for now?

I will do so once Linus takes my existing pull request, don't worry,
they will make it into 5.12-final.

thanks,

greg k-h