Re: [PATCH 20/30] fbdev/rivafb: Use hardware device as backlight parent

2023-06-07 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > Use the hardware device in struct fb_info.device as parent of the > backlight device. Aligns the driver with the rest of the codebase > and prepares fbdev for making struct fb_info.dev optional. > > Signed-off-by: Thomas Zimmermann > Cc: Antonino Daplas > ---

[PATCH 20/30] fbdev/rivafb: Use hardware device as backlight parent

2023-06-05 Thread Thomas Zimmermann
Use the hardware device in struct fb_info.device as parent of the backlight device. Aligns the driver with the rest of the codebase and prepares fbdev for making struct fb_info.dev optional. Signed-off-by: Thomas Zimmermann Cc: Antonino Daplas --- drivers/video/fbdev/riva/fbdev.c | 2 +- 1