Re: [PATCH 09/10] fbdev/ssd1307fb: Remove struct backlight_ops.check_fb

2024-02-20 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > The driver sets struct fb_info.bl_dev to the correct backlight > device. Thus rely on the backlight core code to match backlight > and framebuffer devices, and remove the extra check_fb function > from struct backlight_ops. > > Signed-off-by: Thomas Zimmermann > ---

[PATCH 09/10] fbdev/ssd1307fb: Remove struct backlight_ops.check_fb

2024-02-12 Thread Thomas Zimmermann
The driver sets struct fb_info.bl_dev to the correct backlight device. Thus rely on the backlight core code to match backlight and framebuffer devices, and remove the extra check_fb function from struct backlight_ops. Signed-off-by: Thomas Zimmermann --- drivers/video/fbdev/ssd1307fb.c | 7 -