Re: [PATCH 19/30] fbdev/rivafb: 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 > Cc: Antonino Daplas > --- Reviewed-by: Javier Martinez Canillas -- Best

[PATCH 19/30] fbdev/rivafb: 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 Cc: Antonino Daplas --- drivers/video/fbdev/riva/fbdev.c | 8 1 file changed, 4 insertions(+), 4 deletions(-)