summarylogtreecommitdiffstats
path: root/0401-bootsplash.patch
diff options
context:
space:
mode:
Diffstat (limited to '0401-bootsplash.patch')
-rw-r--r--0401-bootsplash.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/0401-bootsplash.patch b/0401-bootsplash.patch
index 04b32782ed17..b2cea91e8091 100644
--- a/0401-bootsplash.patch
+++ b/0401-bootsplash.patch
@@ -670,7 +670,7 @@ index 04612f938bab..9a39a6fcfe98 100644
static int fbcon_invalid_charcount(struct fb_info *info, unsigned charcount)
@@ -2184,6 +2203,9 @@ static int fbcon_switch(struct vc_data *vc)
- info = registered_fb[con2fb_map[vc->vc_num]];
+ info = fbcon_registered_fb[con2fb_map[vc->vc_num]];
ops = info->fbcon_par;
+ if (bootsplash_would_render_now())