On Mon, Aug 18, 2025 at 12:36:41PM +0200, Thomas Zimmermann wrote: > The callbacks in struct fbcon_bitops are for struct fbcon. Pass an > instance to the callbacks; instead of the respective struct fb_info.
This looks looks like a pointless change. All the operations requires fb_info and needs to pcik it anyway. Sam