[PATCH 7/8] staging/fbtft: Initialize fb_op struct as static const
Greg KH
greg at kroah.com
Mon Aug 28 14:51:01 UTC 2023
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 <tzimmermann at suse.de>
> ---
> drivers/staging/fbtft/fbtft-core.c | 30 +++++++++++++-----------------
> 1 file changed, 13 insertions(+), 17 deletions(-)
>
Acked-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
More information about the dri-devel
mailing list