On Mon, Aug 28, 2023 at 03:14:23PM +0200, Thomas Zimmermann wrote: > Replace dynamic allocation of the fb_ops instance with static > allocation. Initialize the fields at module-load time. The owner > field changes to THIS_MODULE, as in all other fbdev drivers. > > Signed-off-by: Thomas Zimmermann <tzimmerm...@suse.de> > --- > drivers/staging/fbtft/fbtft-core.c | 30 +++++++++++++----------------- > 1 file changed, 13 insertions(+), 17 deletions(-) >
Acked-by: Greg Kroah-Hartman <gre...@linuxfoundation.org>