diff options
-rw-r--r-- | drivers/video/console/fbcon.c | 3 |
1 files changed, 0 insertions, 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 |