From 2f6ab2173097420f32bf5bf7f18efa4725b3246d Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Mon, 4 Aug 2014 09:58:47 +0200 Subject: Revert "fbcon: workaround full screen boot-logo issue" Using this unconditionally cuts the birds feet (;-p). This reverts commit 491f263ebfb338c59abfbde6d4e0e7256a0150fa. --- drivers/video/console/fbcon.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/video/console/fbcon.c b/drivers/video/console/fbcon.c index 39c7baad55d2..8745637e4b7e 100644 --- a/drivers/video/console/fbcon.c +++ b/drivers/video/console/fbcon.c @@ -633,9 +633,6 @@ static void fbcon_prepare_logo(struct vc_data *vc, struct fb_info *info, kfree(save); } - /* workaround full screen boot-logo issue */ - logo_lines = logo_lines - 1; - if (logo_lines > vc->vc_bottom) { logo_shown = FBCON_LOGO_CANSHOW; printk(KERN_INFO -- cgit v1.2.3