Re: [PATCH 17/30] fbdev/radeonfb: Reorder backlight and framebuffer 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 cleanup calls for both data > structures. The init calls are already in the correct order. > > Signed-off-by: Thomas Zimmermann > Cc: Benjamin Herrenschmidt > ---

[PATCH 17/30] fbdev/radeonfb: Reorder backlight and framebuffer cleanup

2023-06-05 Thread Thomas Zimmermann
The driver's backlight code requires the framebuffer to be registered. Therefore reorder the cleanup calls for both data structures. The init calls are already in the correct order. Signed-off-by: Thomas Zimmermann Cc: Benjamin Herrenschmidt --- drivers/video/fbdev/aty/radeon_base.c | 3 +-- 1