Re: [PATCH 0/2] video: backlight: constify struct class usage

From: Greg Kroah-Hartman
Date: Thu Mar 28 2024 - 08:01:16 EST


On Thu, Mar 28, 2024 at 11:41:31AM +0000, Lee Jones wrote:
> On Tue, 05 Mar 2024, Ricardo B. Marliere wrote:
>
> > This is a simple and straight forward cleanup series that aims to make the
> > class structures in backlight constant. This has been possible since 2023
> > [1].
> >
> > [1]: https://lore.kernel.org/all/2023040248-customary-release-4aec@gregkh/
> >
> > Signed-off-by: Ricardo B. Marliere <ricardo@xxxxxxxxxxxx>
> > ---
> > Ricardo B. Marliere (2):
> > video: backlight: make backlight_class constant
> > video: backlight: lcd: make lcd_class constant
> >
> > drivers/video/backlight/backlight.c | 29 ++++++++++++++++-------------
> > drivers/video/backlight/lcd.c | 23 +++++++++++++----------
> > 2 files changed, 29 insertions(+), 23 deletions(-)
>
> No longer apply.
>
> Please rebase on top of v6.9-rc1 or for-backlight-next.

As I already had this in my local tree, I've sent out a v2 at:
https://lore.kernel.org/lkml/2024032805-putdown-mushy-a0f9@gregkh/

thanks,

greg k-h