On 28 Mar 17:49, Greg Kroah-Hartman wrote: > On Thu, Mar 28, 2024 at 09:46:01AM -0300, Ricardo B. Marliere wrote: > > On 28 Mar 13:01, Greg Kroah-Hartman wrote: > > > 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/ > > > > Thank you Greg. I will see what is left to be made const for -next. > > Many of your patches were not picked up for -rc1, I'll be taking a bunch > of them into my tree "soon" as that usually means the subsystem isn't as > active. Yup, I was keeping them in my inbox so as to resend but if you could pick them that would be great! Cheers, > > thanks, > > greg k-h