Re: [PATCH 5/5] fbcon: Use fbcon_info_from_console() in fbcon_modechange_possible()

2022-06-30 Thread Geert Uytterhoeven
Hi Helge, On Wed, Jun 29, 2022 at 10:00 PM Helge Deller wrote: > Use the fbcon_info_from_console() wrapper which was added to kernel > v5.19 with commit 409d6c95f9c6 ("fbcon: Introduce wrapper for > console->fb_info lookup"). > > Signed-off-by: Helge Deller Thanks for your patch! I guess you

[PATCH 5/5] fbcon: Use fbcon_info_from_console() in fbcon_modechange_possible()

2022-06-29 Thread Helge Deller
Use the fbcon_info_from_console() wrapper which was added to kernel v5.19 with commit 409d6c95f9c6 ("fbcon: Introduce wrapper for console->fb_info lookup"). Signed-off-by: Helge Deller --- drivers/video/fbdev/core/fbcon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git