Re: [PATCH v2 05/38] backlight/lv5207lp: Compare against struct fb_info.device

2023-06-13 Thread Daniel Thompson
On Mon, Jun 12, 2023 at 04:07:43PM +0200, Thomas Zimmermann wrote: > Struct lv5207lp_platform_data refers to a platform device within > the Linux device hierarchy. The test in lv5207lp_backlight_check_fb() > compares it against the fbdev device in struct fb_info.dev, which > is different. Fix the t

[PATCH v2 05/38] backlight/lv5207lp: Compare against struct fb_info.device

2023-06-12 Thread Thomas Zimmermann
Struct lv5207lp_platform_data refers to a platform device within the Linux device hierarchy. The test in lv5207lp_backlight_check_fb() compares it against the fbdev device in struct fb_info.dev, which is different. Fix the test by comparing to struct fb_info.device. Fixes a bug in the backlight dr