Re: [PATCH 04/30] fbdev/atyfb: Reorder backlight and framebuffer init/cleanup

2023-06-07 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > The driver's backlight code requires the framebuffer to be > registered. Therefore reorder the init and cleanup calls for > both data structures. > > Signed-off-by: Thomas Zimmermann > --- Reviewed-by: Javier Martinez Canillas -- Best regards, Javier Martinez Can

[PATCH 04/30] fbdev/atyfb: Reorder backlight and framebuffer init/cleanup

2023-06-05 Thread Thomas Zimmermann
The driver's backlight code requires the framebuffer to be registered. Therefore reorder the init and cleanup calls for both data structures. Signed-off-by: Thomas Zimmermann --- drivers/video/fbdev/aty/atyfb_base.c | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --g