On Fri, Jan 16, 2026 at 08:29:30PM -0800, Chintan Patel wrote: > When CONFIG_FB_DEVICE is disabled, struct fb_info does > not provide a valid dev pointer. Direct dereferences of > fb_info->dev therefore result in build failures. > > Fix this by avoiding direct accesses to fb_info->dev and > switching the affected debug logging to framebuffer helpers > that do not rely on a device pointer. > > This fixes the following build failure reported by the > kernel test robot.
Reviewed-by: Andy Shevchenko <[email protected]> -- With Best Regards, Andy Shevchenko
