On 4/24/23 10:58, Thomas Zimmermann wrote:
Set the owner field of various drivers' fb_ops instance. The
setting is required by fbcon, which acquires a reference on the
fbdev driver's module. Otherwise, users could attempt to unload
the module while it's still in use.
Thomas Zimmermann (3):
fbdev/68328fb: Init owner field of struct fb_ops
fbdev/ps3fb: Init owner field of struct fb_ops
fbdev/vfb: Init owner field of struct fb_ops
drivers/video/fbdev/68328fb.c | 1 +
drivers/video/fbdev/ps3fb.c | 1 +
drivers/video/fbdev/vfb.c | 1 +
3 files changed, 3 insertions(+)
Series applied.
Thank you!
Helge